Searched defs:null_comparable_struct (Results 1 – 1 of 1) sorted by relevance
12 struct null_comparable_struct { struct13 int value = 0;15 constexpr bool operator==(decltype(nullptr)) const { return value == -1; } in operator ==()
Completed in 5 milliseconds