#ifndef SPROUT_UTILITY_STRING_REF_ALIAS_HPP #define SPROUT_UTILITY_STRING_REF_ALIAS_HPP #include #include namespace sprout { // // string_ref // typedef sprout::basic_string_ref string_ref; // // wstring_ref // typedef sprout::basic_string_ref wstring_ref; // // u16string_ref // typedef sprout::basic_string_ref u16string_ref; // // u32string_ref // typedef sprout::basic_string_ref u32string_ref; } // namespace sprout #endif // #ifndef SPROUT_UTILITY_STRING_REF_ALIAS_HPP