basic_format< T > Class Template Reference |
Public Types | |
typedef inherited_t::argument_type | argument_type |
typedef inherited_t::stream_type | stream_type |
Public Member Functions | |
basic_format (const argument_type &t) | |
inherited_t & | operator() (const argument_type &) |
Detailed Description
template<class T>
class adobe::basic_format< T >
Definition at line 387 of file iomanip.hpp.
Member Typedef Documentation
Reimplemented from basic_omanipulator< T, char, std::char_traits< char > >.
Definition at line 393 of file iomanip.hpp.
typedef inherited_t::stream_type stream_type |
Reimplemented from basic_omanipulator< T, char, std::char_traits< char > >.
Definition at line 392 of file iomanip.hpp.
Constructor & Destructor Documentation
basic_format | ( | const argument_type & | t ) |
Definition at line 395 of file iomanip.hpp.
Member Function Documentation
inherited_t& operator() | ( | const argument_type & | ) |
Definition at line 399 of file iomanip.hpp.