Home
last modified time | relevance | path

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

/system/utest/fit/
A Dnullable_tests.cpp44 struct non_nullable_struct_missing_constructor { struct
45 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