Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A DStaticStringView.h72 struct is_const_char_array : std::false_type {}; struct
76 struct is_const_char_array<const std::array<char, N>> : std::true_type {};
80 is_const_char_array<std::remove_reference_t<T>>::value;