Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dkey_nodeptr_comp.hpp75 struct is_same_or_nodeptr_convertible struct
77 … static const bool same_type = is_same<P1,const_node_ptr>::value || is_same<P1,node_ptr>::value;
78 static const bool value = same_type || is_convertible<P1, const_node_ptr>::value;