Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/expected/
H A Dtypes.h110 struct ThrowOnCopyConstruct { struct
112 ThrowOnCopyConstruct(const ThrowOnCopyConstruct&) { throw Except{}; } in ThrowOnCopyConstruct() argument
113 ThrowOnCopyConstruct& operator=(const ThrowOnCopyConstruct&) = default; argument