Searched defs:is_same_or_nodeptr_convertible (Results 1 – 1 of 1) sorted by relevance
75 struct is_same_or_nodeptr_convertible struct77 … 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;