#include <type_traits.hpp>
Inheritance diagram for Arageli::type_traits_iostream< Str >:
Public Types | |
typedef type_category::iostream | category_type |
Static Public Attributes | |
static const bool | is_specialized = true |
static const bool | is_aggregate = false |
True iff type is composite type consists another elements. | |
static const category_type | category_value |
Definition at line 373 of file type_traits.hpp.
typedef type_category::iostream Arageli::type_traits_iostream< Str >::category_type |
Reimplemented from Arageli::type_traits_default< Str >.
Definition at line 377 of file type_traits.hpp.
const category_type Arageli::type_traits_iostream< Str >::category_value [static] |
Reimplemented from Arageli::type_traits_default< Str >.
Definition at line 378 of file type_traits.hpp.
const bool Arageli::type_traits_iostream< Str >::is_aggregate = false [static] |
True iff type is composite type consists another elements.
Reimplemented from Arageli::type_traits_default< Str >.
Definition at line 376 of file type_traits.hpp.
const bool Arageli::type_traits_iostream< Str >::is_specialized = true [static] |
Reimplemented from Arageli::type_traits_default< Str >.
Definition at line 375 of file type_traits.hpp.