Searched refs:non_nullable_struct (Results 1 – 1 of 1) sorted by relevance
79 struct non_nullable_struct { struct85 non_nullable_struct(const non_nullable_struct& other) = default;86 non_nullable_struct(non_nullable_struct&& other) = default;94 non_nullable_struct& operator=(const non_nullable_struct& other) = default;95 non_nullable_struct& operator=(non_nullable_struct&& other) = default;262 non_nullable_struct nn; in is_null()282 struct traits<non_nullable_struct> {616 RUN_TEST(accessors<non_nullable_struct>)618 RUN_TEST(assign<non_nullable_struct>)624 RUN_TEST(invoke<non_nullable_struct>)[all …]
Completed in 4 milliseconds