tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
formatter< char, char > Struct Reference

Standard specializations for basic type char. More...

#include <formatter.hpp>

Public Member Functions

 formatter ()=delete
 
 formatter (formatter const &other)=delete
 
template<typename FormatContext>
constexpr auto format (char val, FormatContext &fc) -> decltype(fc.out())
 
auto operator= (formatter const &other) -> formatter=delete
 

Detailed Description

Standard specializations for basic type char.

Constructor & Destructor Documentation

◆ formatter() [1/2]

formatter ( )
delete

◆ formatter() [2/2]

formatter ( formatter< char, char > const & other)
delete

Member Function Documentation

◆ format()

template<typename FormatContext>
auto format ( char val,
FormatContext & fc ) -> decltype(fc.out())
inlineconstexpr

◆ operator=()

auto operator= ( formatter< char, char > const & other) -> formatter
delete

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