repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::TypeName< T > Struct Template Reference

#include <type_info.h>

Static Public Member Functions

static std::string to_string () noexcept
 

Friends

std::ostreamoperator<< (std::ostream &ctx, TypeName< T > const &obj)
 
detail::StringBufferoperator<< (detail::StringBuffer &ctx, TypeName< T > const &obj)
 

Member Function Documentation

◆ to_string()

template<typename T >
static std::string librepr::TypeName< T >::to_string ( )
inlinestaticnoexcept

Friends And Related Symbol Documentation

◆ operator<< [1/2]

template<typename T >
detail::StringBuffer & operator<< ( detail::StringBuffer ctx,
TypeName< T > const obj 
)
friend

◆ operator<< [2/2]

template<typename T >
std::ostream & operator<< ( std::ostream ctx,
TypeName< T > const obj 
)
friend

The documentation for this struct was generated from the following file: