WPILibC++ 2024.3.2
detail::string_literal< CharT, C > Struct Template Reference

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

Public Member Functions

constexpr operator basic_string_view< CharT > () const
 

Static Public Attributes

static constexpr CharT value [sizeof...(C)] = {C...}
 

Member Function Documentation

◆ operator basic_string_view< CharT >()

template<typename CharT , CharT... C>
constexpr detail::string_literal< CharT, C >::operator basic_string_view< CharT > ( ) const
inlineconstexpr

Member Data Documentation

◆ value

template<typename CharT , CharT... C>
constexpr CharT detail::string_literal< CharT, C >::value = {C...}
staticconstexpr

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