SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
detail::is_std_string_like< T > Class Template Reference

Static Public Attributes

static FMT_CONSTEXPR_DECL const bool value
 

Member Data Documentation

◆ value

template<typename T >
FMT_CONSTEXPR_DECL const bool detail::is_std_string_like< T >::value
static
Initial value:
=
std::is_convertible<T, std_string_view<char>>::value ||
!std::is_void<decltype(check<T>(nullptr))>::value