Searched defs:NonT (Results 1 – 2 of 2) 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
20 struct NonT { struct38 NonT member1; argument