Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp412 struct ThrowsOnCopy { in throws_in_constructor_test() struct
413 ThrowsOnCopy(ThrowsOnCopy const&) { in throws_in_constructor_test() argument
417 bool operator()() const { in throws_in_constructor_test()