Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtest_lazy_sfinae.pass.cpp78 struct BlowsUpOnConstCopy { struct
79 BlowsUpOnConstCopy() = default;
80 constexpr BlowsUpOnConstCopy(BlowsUpOnConstCopy const&) { in BlowsUpOnConstCopy() function
83 BlowsUpOnConstCopy(BlowsUpOnConstCopy&) = default;
94 BlowsUpOnConstCopy<int> b; in test_const_Types_lazy_sfinae()
95 std::tuple<NonConstCopyable, BlowsUpOnConstCopy<int>> t(v, b); in test_const_Types_lazy_sfinae()