Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/expected/
H A Dtypes.h116 struct ThrowOnMoveConstruct { struct
118 ThrowOnMoveConstruct(ThrowOnMoveConstruct&&) { throw Except{}; } in ThrowOnMoveConstruct() argument
119 ThrowOnMoveConstruct& operator=(ThrowOnMoveConstruct&&) = default; argument