Home
last modified time | relevance | path

Searched refs:NothrowCopy (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
Dcopy.pass.cpp31 struct NothrowCopy { struct
32 NothrowCopy(const NothrowCopy &) noexcept = default;
33 NothrowCopy &operator=(const NothrowCopy &) noexcept = default;