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

#include <formatter.hpp>

Public Member Functions

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

Constructor & Destructor Documentation

◆ formatter() [1/2]

formatter ( )
delete

◆ formatter() [2/2]

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

Member Function Documentation

◆ format()

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

◆ operator=()

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

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