Searched defs:NoDefault (Results 1 – 9 of 9) sorted by relevance
14 struct NoDefault { struct16 explicit constexpr NoDefault(int) { } in NoDefault() function
15 struct NoDefault { struct18 constexpr explicit NoDefault(int) { } in NoDefault() function
56 struct NoDefault struct58 explicit NoDefault(int) {} in NoDefault() argument
15 struct NoDefault { struct18 constexpr explicit NoDefault(int) { } in NoDefault() argument
32 struct NoDefault { struct34 explicit NoDefault(int) { } in NoDefault() argument
33 struct NoDefault { NoDefault() = delete; }; struct
163 struct NoDefault { struct165 NoDefault(const NoDefault&) {} in NoDefault() argument166 NoDefault& operator=(const NoDefault&) { return *this; } in operator =()
163 struct NoDefault { struct165 NoDefault(const NoDefault&) {} in NoDefault() function166 NoDefault& operator=(const NoDefault&) { return *this; } in operator =()