jpp::core::basic_string is the jimcpp string class template.
jpp::core::string is the char based string using alias of jpp::core::basic_string.
jpp::core::wstring is the wchar_t based string using alias of jpp::core::basic_string.
Jimcpp forks irrlicht.
jpp::core::basic_string is renamed from irr::core::string.
jpp::core::string is renamed from irr::core::stringc.
jpp::core::wstring
is renamed from irr::core::stringw.
Return the c++ raw string: const char * or const wchar_t *
Return the c++ standard string: std::string or std::wstring.
Return The c++ standard string: std::string or std::wstring.
It is marked explicit.