xtd 0.2.0
xtd::formatter< type_t > Struct Template Reference

Definition

template<class type_t>
struct xtd::formatter< type_t >

Provides the base class to format any object.

template <class type_t>
struct formatter;
Provides the base class to format any object.
Definition formatter.hpp:28
Header
#include <xtd/formatter>
Namespace
xtd
Library
xtd.core
Remarks
For more information about format, see Format number, dates other types guide.
Examples
bit_converter.cpp.

Public Member Functions

xtd::string operator() (const type_t &value, const xtd::string &format, const std::locale &locale)
 

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