Home
last modified time | relevance | path

Searched defs:ForceConstStr (Results 1 – 1 of 1) sorted by relevance

/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/include/easy/details/
H A Dprofiler_aux.h111 explicit EASY_CONSTEXPR_FCN ForceConstStr(const char* _str) : c_str(_str) {} in ForceConstStr() function
112 explicit ForceConstStr(const ::std::string& _str) : c_str(_str.c_str()) {} in ForceConstStr() function