Home
last modified time | relevance | path

Searched defs:DefaultConstructible (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/include/ftl/
Dmixins.h81 struct DefaultConstructible : Constructible<Self, T> { struct
83 constexpr DefaultConstructible() : DefaultConstructible(T{kDefault}) {} in DefaultConstructible() function