Searched defs:NonT (Results 1 – 2 of 2) sorted by relevance
24 struct NonT { struct25 constexpr NonT(int v) : value(v) {} in NonT() function26 constexpr NonT(const NonT& o) : value(o.value) {} in NonT() function29 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
80 struct NonT { global() struct 81 aNonT global() argument