Home
last modified time | relevance | path

Searched refs:is_aggregate (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dproto_fwd.hpp748 struct is_aggregate;
H A Dtraits.hpp199 struct is_aggregate struct
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits104 template <class T> struct is_aggregate; // C++17
301 = is_aggregate<T>::value; // C++17
1407 // is_aggregate
1411 is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {};
1416 = is_aggregate<_Tp>::value;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits104 template <class T> struct is_aggregate; // C++17
301 = is_aggregate<T>::value; // C++17
1407 // is_aggregate
1411 is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {};
1416 = is_aggregate<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits3212 /// is_aggregate
3214 struct is_aggregate
3220 inline constexpr bool is_aggregate_v = is_aggregate<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits3212 /// is_aggregate
3214 struct is_aggregate
3220 inline constexpr bool is_aggregate_v = is_aggregate<_Tp>::value;