Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dmember.hpp80 struct non_const_member_base struct
82 typedef Type result_type;
93 operator()(const ChainedPtr& x)const in operator ()()
98 const Type& operator()(const Class& x)const in operator ()()
103 Type& operator()(Class& x)const in operator ()()
108 const Type& operator()(const reference_wrapper<const Class>& x)const in operator ()()
113 Type& operator()(const reference_wrapper<Class>& x)const in operator ()()
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp19 struct non_const_member_base struct