Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dcomposite_key.hpp167 struct generic_operator_equal struct
170 bool operator()(const T& x,const Q& y)const{return x==y;} in operator ()()