Lines Matching refs:pmf
18 typedef void (X::*pmf)(); typedef
23 BOOST_MPL_ASSERT_NOT((is_reference_to_function<pmf>));
29 BOOST_MPL_ASSERT_NOT((is_pointer_to_function<pmf>));
36 BOOST_MPL_ASSERT_NOT((is_reference_to_function_pointer<pmf>));
46 BOOST_MPL_ASSERT_NOT((is_reference_to_pointer<pmf>));
86 BOOST_MPL_ASSERT_NOT((tt::is_reference_to_class<pmf>));
87 BOOST_MPL_ASSERT_NOT((tt::is_reference_to_class<pmf const&>));
102 BOOST_MPL_ASSERT_NOT((is_pointer_to_class<pmf>));
103 BOOST_MPL_ASSERT_NOT((is_pointer_to_class<pmf const>));
109 BOOST_MPL_ASSERT((tt::is_reference_to_member_function_pointer<pmf&>));
110 BOOST_MPL_ASSERT((tt::is_reference_to_member_function_pointer<pmf const&>));
111 BOOST_MPL_ASSERT((tt::is_reference_to_member_function_pointer<pmf volatile&>));
112 BOOST_MPL_ASSERT((tt::is_reference_to_member_function_pointer<pmf const volatile&>));
113 BOOST_MPL_ASSERT_NOT((tt::is_reference_to_member_function_pointer<pmf[2]>));
114 BOOST_MPL_ASSERT_NOT((tt::is_reference_to_member_function_pointer<pmf(&)[2]>));
115 BOOST_MPL_ASSERT_NOT((tt::is_reference_to_member_function_pointer<pmf>));