Searched defs:DefaultConstructible (Results 1 – 1 of 1) sorted by relevance
81 struct DefaultConstructible : Constructible<Self, T> { struct83 constexpr DefaultConstructible() : DefaultConstructible(T{kDefault}) {} in DefaultConstructible() function