Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::function::unusable Struct Reference

The unusable class is a placeholder for unused function arguments It is also completely unusable except that it constructable from anything. More...

#include <function_base.hpp>

Public Member Functions

 unusable ()
 
template<typename T >
 unusable (const T &)
 

Detailed Description

The unusable class is a placeholder for unused function arguments It is also completely unusable except that it constructable from anything.

This helps compilers without partial specialization to handle Boost.Function objects returning void.

Constructor & Destructor Documentation

boost::detail::function::unusable::unusable ( )
inline
template<typename T >
boost::detail::function::unusable::unusable ( const T )
inline

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