at
back
Enter search terms or a module, class or function name.
reference front(); SPROUT_CONSTEXPR const_reference front() const;
#include <sprout/string.hpp> using namespace sprout; SPROUT_STATIC_CONSTEXPR auto input = string<8>("homuhomu"); static_assert(input.front() == 'h', "a first element is h.");