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 |
The function object that does nothing.
typedef void boost::nop::result_type |
|
inline |
|
inline |