Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Denable_if.hpp52 struct lazy_enable_if : public lazy_enable_if_c<Cond::value, T> {}; struct
117 struct lazy_enable_if : enable_if_does_not_work_on_this_compiler<T> struct