Searched defs:ThrowsOnCopy (Results 1 – 3 of 3) sorted by relevance
124 struct ThrowsOnCopy { struct126 constexpr explicit ThrowsOnCopy(int x) : value(x) {} in ThrowsOnCopy() function127 ThrowsOnCopy(ThrowsOnCopy const& other) { in ThrowsOnCopy() function134 ThrowsOnCopy& operator=(ThrowsOnCopy const&) = delete; // prevent from being copyable argument142 inline std::ranges::__movable_box<ThrowsOnCopy> create_empty_box() { in create_empty_box() argument
241 struct ThrowsOnCopy { in throws_in_constructor_test() struct242 ThrowsOnCopy(ThrowsOnCopy const&) { in throws_in_constructor_test() function246 bool operator()() const { in throws_in_constructor_test()
416 struct ThrowsOnCopy { in throws_in_constructor_test() struct417 ThrowsOnCopy(ThrowsOnCopy const&) { in throws_in_constructor_test() argument421 bool operator()() const { in throws_in_constructor_test()