sbuild  1.7.1
Public Member Functions | List of all members
sbuild::error< T >::add_detail_helper< A, true > Struct Template Reference

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...
 

Detailed Description

template<typename T>
template<typename A>
struct sbuild::error< T >::add_detail_helper< A, true >

Helper class to add detail to format string.

Used for exception types.

Constructor & Destructor Documentation

template<typename T>
template<typename A >
sbuild::error< T >::add_detail_helper< A, true >::add_detail_helper ( boost::format &  fmt,
A const &  value 
)
inline

The constructor.

Parameters
fmtthe format string to add to.
valuethe exception to add.

The documentation for this struct was generated from the following file: