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

The function object that does nothing. More...

#include <nop.hpp>

Public Types

typedef void result_type
 

Public Member Functions

void operator() () const BOOST_NOEXCEPT
 
template<typename... ArgsT>
void operator() (ArgsT const &...) const BOOST_NOEXCEPT
 

Detailed Description

The function object that does nothing.

Member Typedef Documentation

Member Function Documentation

void boost::nop::operator() ( ) const
inline
template<typename... ArgsT>
void boost::nop::operator() ( ArgsT const &  ...) const
inline

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