Home
last modified time | relevance | path

Searched defs:is_pod (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dconstant.h48 inline static constexpr bool is_pod = (std::is_standard_layout_v<T> && std::is_trivial_v<T>); member in OHOS::DistributedData::Constant

Completed in 2 milliseconds