WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
detail::fixed_string< Char, N > Struct Template Reference

#include <fmt/format.h>

Public Member Functions

FMT_CONSTEXPR20 fixed_string (const Char(&s)[N])
 

Public Attributes

Char data [N] = {}
 

Constructor & Destructor Documentation

◆ fixed_string()

template<typename Char , size_t N>
FMT_CONSTEXPR20 detail::fixed_string< Char, N >::fixed_string ( const Char(&) s[N])
inline

Member Data Documentation

◆ data

template<typename Char , size_t N>
Char detail::fixed_string< Char, N >::data[N] = {}

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