Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::unit_test::ut_detail::callback2_impl_t< R, T1, T2, Functor > Struct Template Reference

#include <callback.hpp>

Inheritance diagram for boost::unit_test::ut_detail::callback2_impl_t< R, T1, T2, Functor >:
Collaboration diagram for boost::unit_test::ut_detail::callback2_impl_t< R, T1, T2, Functor >:

Public Member Functions

 callback2_impl_t (Functor f)
 
virtual R invoke (T1 t1, T2 t2)
 

Constructor & Destructor Documentation

template<typename R , typename T1 , typename T2 , typename Functor >
boost::unit_test::ut_detail::callback2_impl_t< R, T1, T2, Functor >::callback2_impl_t ( Functor  f)
inlineexplicit

Member Function Documentation

template<typename R , typename T1 , typename T2 , typename Functor >
virtual R boost::unit_test::ut_detail::callback2_impl_t< R, T1, T2, Functor >::invoke ( T1  t1,
T2  t2 
)
inlinevirtual

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