Searched defs:CtorAssertsT (Results 1 – 1 of 1) sorted by relevance
28 struct CtorAssertsT { struct30 CtorAssertsT() : defaulted(true) {} in CtorAssertsT() function32 constexpr CtorAssertsT(T) : defaulted(false) { in CtorAssertsT() function