.. _sprout-string-basic_string-string: ############################################################################### string ############################################################################### Interface ======================================== .. sourcecode:: c++ template using string = sprout::basic_string; Examples ======================================== .. sourcecode:: c++ #include #include using namespace sprout; using type = string<8>; static_assert(std::is_same::value, "element type of string is char."); Header ======================================== | ``sprout/string/alias.hpp`` | Convenience header: ``sprout/string.hpp``