Home
last modified time | relevance | path

Searched defs:callback1_impl_t (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dcallback.hpp143 struct callback1_impl_t : callback1_impl<R,T1> { struct
145 explicit callback1_impl_t( Functor f ) : m_f( f ) {} in callback1_impl_t() argument
147 virtual R invoke( T1 t1 ) { return invoker<R>().invoke( m_f, t1 ); } in invoke()
151 Functor m_f;