Home
last modified time | relevance | path

Searched refs:is_pod (Results 1 - 2 of 2) 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
51 API_EXPORT inline static std::enable_if_t<is_pod<T> && is_pod<S>, bool> Copy(T *tag, const S *src) in Copy()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparcel.h68 static_assert(std::is_pod<T>::value, "type T is not pod"); in WriteVector()
105 static_assert(std::is_pod<T>::value, "type T is not pod"); in ReadVector()

Completed in 1 milliseconds