#include <sbuild-format-detail.h>
Collaboration diagram for sbuild::format_detail< T >:
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 &) |
|
The constructor.
|
|
|
|
The name of the property.
|
|
The value of the property.
|