xtd 0.2.0
Loading...
Searching...
No Matches
xtd::formatable< value_t > Struct Template Reference

Definition

template<class value_t>
struct xtd::formatable< value_t >

Represents the formatable concept.

Definition
template<class value_t>
Definition formatable.hpp:14
Header
#include <xtd/formatable>
Namespace
xtd
Library
xtd.core
Returns
true if value_t is derived from xtd::iformatable, or value_t has output stream operator <<; otherwise false.
Remarks
If a type has only a xtd::to_string specialisation, it is always considered not formatable.
Examples
The following code shows how to use xtd::formatbale concept

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