21 return ctx <<
obj.to_string();
32template <
class T,
class CharT>
REPR_FORMAT_NS::formatter< std::string, CharT > StrFormatter
Definition type_info.h:28
std::string code_for()
Definition repr:39
Definition type_info.h:12
friend detail::StringBuffer & operator<<(detail::StringBuffer &ctx, TypeName< T > const &obj)
Definition type_info.h:20
friend std::ostream & operator<<(std::ostream &ctx, TypeName< T > const &obj)
Definition type_info.h:19
static std::string to_string() noexcept
Definition type_info.h:13
Wrapper around std::string.
Definition buffer.h:14