Function to_string
Defined in File parsing.cpp
Function Documentation
- std::string anonymous_namespace{parsing.cpp}::to_string (CXString cxStr)
Converts a CXString to a std::string and disposes of the CXString.
- Parameters:
cxStr – The CXString to convert.
- Returns:
The converted std::string.