libstdc++: __gnu_cxx::character< _Value, _Int, _St (original) (raw)
#include <[pod_char_traits.h](a01208%5Fsource.html)>
Public Types | |
---|---|
typedef character< _Value, _Int, _St > | char_type |
typedef _Int | int_type |
typedef _St | state_type |
typedef _Value | value_type |
Static Public Member Functions | |
---|---|
template | |
static char_type | from (const V2 &v) |
template | |
static V2 | to (const char_type &c) |
Public Attributes | |
---|---|
value_type | value |
template<typename _Value, typename _Int, typename _St = std::mbstate_t>
struct __gnu_cxx::character< _Value, _Int, _St >
A POD class that serves as a character abstraction class.
Definition at line 51 of file pod_char_traits.h.
◆ char_type
template<typename _Value , typename _Int , typename _St = std::mbstate_t>
◆ int_type
template<typename _Value , typename _Int , typename _St = std::mbstate_t>
◆ state_type
template<typename _Value , typename _Int , typename _St = std::mbstate_t>
◆ value_type
template<typename _Value , typename _Int , typename _St = std::mbstate_t>
◆ from()
template<typename _Value , typename _Int , typename _St = std::mbstate_t>
template
◆ to()
template<typename _Value , typename _Int , typename _St = std::mbstate_t>
template
◆ value
template<typename _Value , typename _Int , typename _St = std::mbstate_t>
The documentation for this struct was generated from the following file: