C++ Utilities
Loading...
Searching...
No Matches
formatter.h

Specialises std::formatter for types that have an accessible to_string() method.
See the Formatter Specialisation page for all the details. More...

Go to the source code of this file.

Classes

struct  std::formatter< T >
 Specialisation of std::formatter for types that have an accessible std::string to_string() const method. More...

Namespaces

namespace  utilities
 The namespace for the utilities library.

Concepts

concept  utilities::has_to_string
 A concept that matches any type that has an accessible std::string to_string() const method.

Detailed Description

Specialises std::formatter for types that have an accessible to_string() method.
See the Formatter Specialisation page for all the details.