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