xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd
formatable
xtd::formatable< value_t > Struct Template Reference
﹡ libraries
»
xtd.core
|
system
»
concepts
Definition
template<class value_t>
struct xtd::formatable< value_t >
Represents the formatable concept.
Definition
template
<
class
value_t>
concept
xtd::formatable
;
xtd::formatable
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:
xtd.core/include/xtd/
formatable_.hpp
Generated on
for xtd by
Gammasoft
. All rights reserved.