WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
formatter< std::bitset< N >, Char > Struct Template Reference

#include <fmt/std.h>

Inheritance diagram for formatter< std::bitset< N >, Char >:
nested_formatter< string_view >

Public Member Functions

template<typename FormatContext >
auto format (const std::bitset< N > &bs, FormatContext &ctx) const -> decltype(ctx.out())
 
- Public Member Functions inherited from nested_formatter< string_view >
constexpr nested_formatter ()
 
FMT_CONSTEXPR auto parse (parse_context< char > &ctx) -> const char *
 
auto write_padded (FormatContext &ctx, F write) const -> decltype(ctx.out())
 
auto nested (const string_view &value) const -> nested_view< string_view, char >
 

Member Function Documentation

◆ format()

template<std::size_t N, typename Char >
template<typename FormatContext >
auto formatter< std::bitset< N >, Char >::format ( const std::bitset< N > & bs,
FormatContext & ctx ) const -> decltype(ctx.out())
inline

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