Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/detail/
Dis_member_function_pointer_cxx_11.hpp26 struct is_member_function_pointer : public false_type {}; struct
28 struct is_member_function_pointer<T const> : public is_member_function_pointer<T> {}; struct
30 struct is_member_function_pointer<T volatile> : public is_member_function_pointer<T> {}; struct
32 struct is_member_function_pointer<T const volatile> : public is_member_function_pointer<T> {}; struct
48 …struct is_member_function_pointer<Ret (BOOST_TT_DEF_CALL C::*)(Args...)BOOST_TT_NOEXCEPT_DECL> : p… struct
50 …struct is_member_function_pointer<Ret (C::*)(Args..., ...)BOOST_TT_NOEXCEPT_DECL> : public true_ty… struct
53 …struct is_member_function_pointer<Ret (BOOST_TT_DEF_CALL C::*)(Args...)const BOOST_TT_NOEXCEPT_DEC… struct
55 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)const BOOST_TT_NOEXCEPT_DECL> : public tr… struct
58 …struct is_member_function_pointer<Ret (BOOST_TT_DEF_CALL C::*)(Args...)volatile BOOST_TT_NOEXCEPT_… struct
60 …struct is_member_function_pointer<Ret(C::*)(Args..., ...)volatile BOOST_TT_NOEXCEPT_DECL> : public… struct
[all …]
Dis_member_function_pointer_cxx_03.hpp33 template <class T> struct is_member_function_pointer : public integral_constant<bool, __is_member_f… struct
/third_party/boost/boost/function_types/
Dis_member_function_pointer.hpp21 struct is_member_function_pointer struct
/third_party/boost/boost/move/detail/
Dtype_traits.hpp642 struct is_member_function_pointer struct