WPILibC++ 2024.3.2
detail::char_t_impl< S, enable_if_t< is_string< S >::value > > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/core.h>

Public Types

using result = decltype(to_string_view(std::declval< S >()))
 
using type = typename result::value_type
 

Member Typedef Documentation

◆ result

template<typename S >
using detail::char_t_impl< S, enable_if_t< is_string< S >::value > >::result = decltype(to_string_view(std::declval<S>()))

◆ type

template<typename S >
using detail::char_t_impl< S, enable_if_t< is_string< S >::value > >::type = typename result::value_type

The documentation for this struct was generated from the following file: