MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::InlineFormattable Concept Reference
#include <
traits.hpp
>
Concept definition
template
<
typename
T>
concept
mtcore::InlineFormattable
=
requires
(
const
T &t,
io::Writer<io::impl::VoidWriterImpl<T>
> &wi,
const
io::FormatOptions
&opts)
{
{ t.format(wi, opts) } ->
ResultLikeWithValue<size_t>
;
}
mtcore::InlineFormattable
Definition
core/mtcore/traits.hpp:260
mtcore::ResultLikeWithValue
Represents a type that fulfills the "result" contract while having a success value of a specific type...
Definition
core/mtcore/traits.hpp:170
mtcore::io::FormatOptions
Options for specifying formatting.
Definition
format.hpp:36
mtcore::io::Writer
A writer that writes data to some sort of stream or buffer Note: the data elements written should be ...
Definition
io/writer.hpp:51
Detailed Description
Definition at line
260
of file
core/mtcore/traits.hpp
.
mtcore
InlineFormattable
Generated on Thu Jun 5 2025 22:26:17 for MT Core (C++) by
1.13.2