template<class value_t>
struct xtd::formatable< value_t >
Represents the formatable concept.
- Definition
-
- 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.
- Examples
- The following code shows how to use xtd::formatbale concept
The documentation for this struct was generated from the following file: