epics-base / pvDataCPP

pvDataCPP is an EPICS V4 C++ module
https://epics-base.github.io/pvDataCPP/
Other
6 stars 16 forks source link

Add char* overload for non-template getSubField #38

Closed dhickin closed 8 years ago

dhickin commented 8 years ago

Template getSubField has overload for c-strings but not non-template version. Add for non-template. Improves performance when argument is string literal.