1 #ifndef MYPARSER_STR_HPP
2 #define MYPARSER_STR_HPP
7 #define MP_STR_1(str) str[0]
8 #include "myparser_str_chain.inc"
9 #define MP_STR(str, len) myparser::StaticStr<MP_STR_##len(str)>
21 static inline const std::string &
getStr() {
22 static const std::string stdstr = {C...};
Definition: myparser_str.hpp:14
static const std::string & getStr()
Definition: myparser_str.hpp:21