Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_bounded_array.hpp19 struct is_bounded_array struct
24 struct is_bounded_array<T[N]> struct
28 struct is_bounded_array<const T[N]> struct
32 struct is_bounded_array<volatile T[N]> struct
36 struct is_bounded_array<const volatile T[N]> struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dis_bounded_array.h30 struct _LIBCPP_TEMPLATE_VIS is_bounded_array : false_type {}; struct