bool data_stream_isSimpleType< int >()
Say if a int is simple or not.
bool data_stream_isSimpleType< int8_t >()
Say if a int8_t is simple or not.
bool data_stream_isSimpleType< short >()
Say if a short is simple or not.
bool data_stream_isSimpleType< float >()
Say if a float is simple or not.
bool data_stream_isSimpleType< unsigned char >()
Say if a unsigned char is simple or not.
bool data_stream_isSimpleType< char >()
Say if a char is simple or not.
bool data_stream_isSimpleType< unsigned short >()
Say if a unsigned short is simple or not.
bool data_stream_isSimpleType< bool >()
Say if a bool is simple or not.
bool data_stream_isSimpleType< double >()
Say if a double is simple or not.
bool data_stream_isSimpleType< long unsigned int >()
Say if a long unsigned int is simple or not.
bool data_stream_isSimpleType< unsigned int >()
Say if a unsigned int is simple or not.
bool data_stream_isSimpleType< long int >()
Say if a long int is simple or not.