xtd
0.2.0
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 <type_traits>
8
10
namespace
xtd
{
32
template
<
class
value_t>
33
concept
formatable
= std::derived_from<std::remove_cvref_t<value_t>,
xtd::iformatable
> ||
xtd::stream_insertable<std::remove_cvref_t<value_t>
>;
34
}
xtd::iformatable
Provides functionality to format the value of an object into a string representation.
Definition
iformatable.hpp:42
xtd::formatable
Definition
formatable.hpp:33
stream_insertable
Concept stream_insertable.
iformatable.hpp
Contains xtd::iformatable interface.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
stream_insertable.hpp
Contains xtd::stream_insertable concept.
Generated on Wed Feb 11 2026 20:07:04 for xtd by
Gammasoft
. All rights reserved.