is_carb_basic_string_view_like_v#

Fully qualified name: carb::cpp::is_carb_basic_string_view_like_v

Defined in carb/cpp/StringViewLike.h

template<typename T, typename CharT, typename Traits>
constexpr bool carb::cpp::is_carb_basic_string_view_like_v = is_carb_basic_string_view_like<T, CharT, Traits>::value#

Alias for the value of is_carb_basic_string_view_like template.

Template Parameters:
  • T – The type to check.

  • CharT – The character type of the string view.

  • Traits – The traits type of the string view.