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