Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Denable_if.hpp56 struct disable_if_c { struct
57 typedef T type;
61 struct disable_if_c<true, T> {}; struct
97 struct disable_if_c : enable_if_does_not_work_on_this_compiler<T> struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dmeta_utils_core.hpp79 struct disable_if_c struct