Searched defs:NonT (Results 1 – 3 of 3) sorted by relevance
26 struct NonT { struct27 NonT(int v) : value(v) {} in NonT() function28 NonT(const NonT &o) : value(o.value) {} in NonT() argument31 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
34 struct NonT { struct35 NonT(int v) : value(v) {} in NonT() argument36 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