Searched defs:non_nullable_struct_missing_constructor (Results 1 – 1 of 1) sorted by relevance
44 struct non_nullable_struct_missing_constructor { struct45 int value = 0;48 constexpr non_nullable_struct_missing_constructor& operator=(decltype(nullptr)) { in operator =()53 constexpr bool operator==(decltype(nullptr)) const { return value == -1; } in operator ==()
Completed in 4 milliseconds