Home
last modified time | relevance | path

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

/third_party/boost/boost/move/detail/
Dtype_traits.hpp631 struct is_member_function_pointer_cv struct
633 static const bool value = false;
637 struct is_member_function_pointer_cv<T C::*> struct