Searched defs:NonT (Results 1 – 3 of 3) sorted by relevance
34 struct NonT { struct35 NonT(int v) : value(v) {} in NonT() function36 NonT(const NonT &o) : value(o.value) {} in NonT() function39 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
24 struct NonT { struct25 NonT(int v) : value(v) {} in NonT() function26 NonT(const NonT &o) : value(o.value) {} in NonT() function29 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
20 struct NonT { struct38 NonT member1; argument