Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dmove.pass.cpp67 struct TMove { struct
68 constexpr TMove(int v) : value(v) {} in TMove() argument
74 static_assert(std::is_trivially_move_constructible<TMove>::value, ""); argument