Home
last modified time | relevance | path

Searched refs:nullable_struct (Results 1 – 1 of 1) sorted by relevance

/system/utest/fit/
A Dnullable_tests.cpp18 struct nullable_struct { struct
22 constexpr nullable_struct(int value) in nullable_struct() function
26 nullable_struct(const nullable_struct& other) = default;
27 nullable_struct(nullable_struct&& other) = default;
36 nullable_struct& operator=(const nullable_struct& other) = default;
37 nullable_struct& operator=(nullable_struct&& other) = default;
244 nullable_struct nf; in is_null()
247 nullable_struct nt(nullptr); in is_null()
275 struct traits<nullable_struct> {
617 RUN_TEST(assign<nullable_struct>)
[all …]

Completed in 3 milliseconds