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

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

Detailed Description

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

Helper class to add detail to format string.

Used for non-exception types.

Constructor & Destructor Documentation

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

The constructor.

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

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