Define MUTINY_USE_STD_STRING¶
Defined in File features.hpp
Define Documentation¶
-
MUTINY_USE_STD_STRING¶
[source] Use
std::stringas mu::tiny::String instead of the built-in implementation.When set to 1, mu::tiny::String becomes a type alias for
std::stringand the custom class body in String.hpp is omitted entirely. Requires MUTINY_USE_STD_CPP_LIB.