Home
last modified time | relevance | path

Searched refs:is_vectorable (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/
H A Dconcepts.h64 struct is_vectorable : public std::false_type {}; // NOLINT(readability-identifier-naming) struct
67 struct is_vectorable< // NOLINT(readability-identifier-naming) struct
73 constexpr bool is_vectorable_v = is_vectorable<V>::value;
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dconcepts.h69 struct is_vectorable : public std::false_type { struct
73 struct is_vectorable<V, std::void_t<typename V::value_type, typename V::allocator_type, struct
80 constexpr bool is_vectorable_v = is_vectorable<V>::value;

Completed in 1 milliseconds