sbuild  1.4.26
Public Member Functions
sbuild::error< T >::add_detail_helper< A, b > Struct Template Reference

Helper class to add detail to format string. More...

#include <sbuild-error.h>

List of all members.

Public Member Functions

 add_detail_helper (boost::format &fmt, A const &value)
 The constructor.

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: