Searched defs:non_nullable_struct_missing_assignment (Results 1 – 1 of 1) sorted by relevance
56 struct non_nullable_struct_missing_assignment { struct57 int value = 0;60 constexpr explicit non_nullable_struct_missing_assignment(decltype(nullptr)) in non_nullable_struct_missing_assignment() argument63 constexpr bool operator==(decltype(nullptr)) const { return value == -1; } in operator ==()
Completed in 4 milliseconds