Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dcopy.pass.cpp65 struct TCopy { struct
66 constexpr TCopy(int v) : value(v) {} in TCopy() function
72 static_assert(std::is_trivially_copy_constructible<TCopy>::value, ""); argument