Public Member Functions | |
format_detail (std::string const &name, T const &value) | |
The constructor. | |
Private Attributes | |
std::string const & | name |
The name of the property. | |
T const & | value |
The value of the property. | |
Friends | |
std::ostream & | operator<< (std::ostream &, format_detail< T > const &) |
Output the formatted detail to an ostream. |
|
The constructor.
|
|
Output the formatted detail to an ostream.
|
|
The name of the property.
|
|
The value of the property.
|