Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h338 …explicit constexpr ArrayAny(const BASE_NS::array_view<const Type>& v) : value_(v.begin(), v.end())… in ArrayAny() function
340 constexpr ArrayAny(std::initializer_list<Type> v) : value_(ArrayType(v)) {} in ArrayAny() function