Home
last modified time | relevance | path

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

/system/utest/fit/
A Dnullable_tests.cpp56 struct non_nullable_struct_missing_assignment { struct
57 int value = 0;
60 constexpr explicit non_nullable_struct_missing_assignment(decltype(nullptr)) in non_nullable_struct_missing_assignment() argument
63 constexpr bool operator==(decltype(nullptr)) const { return value == -1; } in operator ==()

Completed in 4 milliseconds