Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h58 struct IsStackStorable { struct
59 … bool value = alignof(T) <= alignof(max_align_t) && std::is_nothrow_move_constructible<T>::value &&
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h87 struct IsStackStorable { struct
88 … bool value = alignof(T) <= alignof(max_align_t) && std::is_nothrow_move_constructible<T>::value &&