WPILibC++ 2025.3.1
Loading...
Searching...
No Matches
detail::string_literal< Char, C > Struct Template Reference

#include <fmt/format.h>

Public Member Functions

constexpr operator basic_string_view< Char > () const
 

Static Public Attributes

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

Member Function Documentation

◆ operator basic_string_view< Char >()

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

Member Data Documentation

◆ value

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

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