¡@

Home 

c++ Programming Glossary: staticstring

correct idiom for std::string constants?

http://stackoverflow.com/questions/2312860/correct-idiom-for-stdstring-constants

that wheel reinvention I have found it useful to have a StaticString class which has a subset of std string's interface using begin.. is somewhat mitigated by the construction interface struct StaticString template int N explicit StaticString char data N reference to.. interface struct StaticString template int N explicit StaticString char data N reference to char array StaticString StaticString..