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>
{
{ t.format(wi, opts) } -> ResultLikeWithValue<size_t>;
}
Represents a type that fulfills the "result" contract while having a success value of a specific type...
Options for specifying formatting.
Definition format.hpp:36
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.