PhoenixTypeStream  0.1.0
Unified C++ type-to-string conversion framework
Loading...
Searching...
No Matches
TypeStream< T > Struct Template Reference

Generic DataStream class. More...

#include <phoenix_composeType.h>

+ Inheritance diagram for TypeStream< T >:

Static Public Member Functions

static std::string getTypeToStr ()
 Convert the generic type into a string.
 

Detailed Description

template<typename T>
struct TypeStream< T >

Generic DataStream class.

Definition at line 21 of file phoenix_composeType.h.

Member Function Documentation

◆ getTypeToStr()

template<typename T>
static std::string TypeStream< T >::getTypeToStr ( )
inlinestatic

Convert the generic type into a string.

Returns
corresponding string

Definition at line 25 of file phoenix_composeType.h.

25 {
27 }
Generic DataStream class.

Referenced by TypeStream< std::list< T > >::getTypeToStr(), TypeStream< std::map< T, U > >::getTypeToStr(), TypeStream< std::pair< T, U > >::getTypeToStr(), TypeStream< std::tuple< T... > >::getTypeToStr(), TypeStream< std::vector< T > >::getTypeToStr(), and phoenix_getTypeToStr().

+ Here is the caller graph for this function:

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