Searched defs:detect_nil (Results 1 – 1 of 1) sorted by relevance
216 struct detect_nil { struct217 static const bool is_nil = false;221 struct detect_nil<a_unique_type_for_nil> { struct222 static const bool is_nil = true;226 struct detect_nil<a_unique_type_for_nil&> { struct227 static const bool is_nil = true;231 struct detect_nil<const a_unique_type_for_nil&> { struct232 static const bool is_nil = true;