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

Represents an implementation of a writer that we can reset. More...

#include <traits.hpp>

Concept definition

template<typename T>
concept mtcore::WriterImplResettable = requires(T& t) {
{ t.reset() };
}
Represents an implementation of a writer that we can reset.

Detailed Description

Represents an implementation of a writer that we can reset.

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