is_unbounded_character_sequence_v# Fully qualified name: carb::cpp::is_unbounded_character_sequence_v Defined in carb/cpp/UnboundedString.h template<class T, class CharT>constexpr bool carb::cpp::is_unbounded_character_sequence_v = (std::is_pointer_v<T> || is_unbounded_array_v<T>) && std::is_convertible_v<T, const CharT*># Helper variable template for the value member of the is_unbounded_character_sequence template.