Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_list.hpp216 struct detect_nil { struct
217 static const bool is_nil = false;
221 struct detect_nil<a_unique_type_for_nil> { struct
222 static const bool is_nil = true;
226 struct detect_nil<a_unique_type_for_nil&> { struct
227 static const bool is_nil = true;
231 struct detect_nil<const a_unique_type_for_nil&> { struct
232 static const bool is_nil = true;