Home
last modified time | relevance | path

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

/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/internal/
H A Dinvoke.hpp62 struct is_const_member_function : std::false_type struct
68 struct is_const_member_function<R(Args...) const> : std::true_type struct
73 struct is_const_member_function<R(Args...) const&> : std::true_type struct
78 struct is_const_member_function<R(Args...) const&&> : std::true_type struct
83 struct is_const_member_function<R(Args...) const volatile> : std::true_type struct
88 struct is_const_member_function<R(Args...) const volatile&> : std::true_type struct
93 struct is_const_member_function<R(Args...) const volatile&&> : std::true_type struct
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include_all_in_one/include/fplus/
H A Dfplus.hpp758 struct is_const_member_function : std::false_type struct
764 struct is_const_member_function<R(Args...) const> : std::true_type struct
769 struct is_const_member_function<R(Args...) const&> : std::true_type struct
774 struct is_const_member_function<R(Args...) const&&> : std::true_type struct
779 struct is_const_member_function<R(Args...) const volatile> : std::true_type struct
784 struct is_const_member_function<R(Args...) const volatile&> : std::true_type struct
789 struct is_const_member_function<R(Args...) const volatile&&> : std::true_type struct