Searched defs:Constructible (Results 1 – 2 of 2) sorted by relevance
68 struct Constructible { struct69 explicit constexpr Constructible(T value) : value_(value) {} in Constructible() function81 struct DefaultConstructible : Constructible<Self, T> { argument
23 struct Constructible { struct