MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::WriterImplWritten Concept Reference

Represents an implementation of a writer that we can get the output. More...

#include <traits.hpp>

Concept definition

template<typename T>
concept mtcore::WriterImplWritten = requires(const T& ct) {
{ ct.written() };
}
Represents an implementation of a writer that we can get the output.

Detailed Description

Represents an implementation of a writer that we can get the output.

Definition at line 208 of file core/mtcore/traits.hpp.