Home
last modified time | relevance | path

Searched defs:is_stringable (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/
H A Dconcepts.h78 struct is_stringable : public std::false_type {}; // NOLINT(readability-identifier-naming) struct
81 struct is_stringable< // NOLINT(readability-identifier-naming) struct
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dconcepts.h85 struct is_stringable : public std::false_type { struct
89 struct is_stringable<S, std::void_t<typename S::value_type, typename S::allocator_type, typename S::traits_type, struct

Completed in 2 milliseconds