xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
formatable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
stream_insertable.hpp
"
6
#include "
iformatable.hpp
"
7
#include "
raw_type.hpp
"
8
#include <concepts>
9
11
namespace
xtd
{
12
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/formatable_.hpp
13
template
<
typename
value_t>
14
concept
formatable
=
15
std::derived_from<xtd::raw_type<value_t>,
xtd::iformatable
> ||
16
xtd::stream_insertable<xtd::raw_type<value_t>
>;
17
}
xtd::iformatable
Provides functionality to format the value of an object into a string representation.
Definition
iformatable.hpp:42
xtd::formatable
Definition
formatable.hpp:14
xtd::stream_insertable
Definition
stream_insertable.hpp:13
iformatable.hpp
Contains xtd::iformatable interface.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
raw_type.hpp
Contains xtd::raw_type alias.
stream_insertable.hpp
Contains xtd::stream_insertable concept.
Generated on
for xtd by
Gammasoft
. All rights reserved.