Searched refs:is_reference_to_function_pointer (Results 1 – 2 of 2) sorted by relevance
31 BOOST_MPL_ASSERT_NOT((is_reference_to_function_pointer<int (&)()>));32 BOOST_MPL_ASSERT_NOT((is_reference_to_function_pointer<int (*)()>));33 BOOST_MPL_ASSERT_NOT((is_reference_to_function_pointer<int&>));34 BOOST_MPL_ASSERT((is_reference_to_function_pointer<int (*&)()>));35 BOOST_MPL_ASSERT((is_reference_to_function_pointer<int (*const&)()>));36 BOOST_MPL_ASSERT_NOT((is_reference_to_function_pointer<pmf>));
100 struct is_reference_to_function_pointer struct