sbuild
1.7.1
|
Helper class to add detail to format string. More...
#include <error.h>
Public Member Functions | |
add_detail_helper (boost::format &fmt, A const &value) | |
The constructor. More... | |
Helper class to add detail to format string.
Used for non-exception types.
|
inline |
The constructor.
fmt | the format string to add to. |
value | the value to add. |