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

Checks if an error type has a "Has Closed" error called CHANNEL_CLOSED. More...

#include <traits.hpp>

Concept definition

template<typename T>
concept mtcore::thread::HasClosedError = requires {
{ T::CHANNEL_CLOSED };
}
Checks if an error type has a "Has Closed" error called CHANNEL_CLOSED.

Detailed Description

Checks if an error type has a "Has Closed" error called CHANNEL_CLOSED.

Definition at line 148 of file thread/mtcore_thread/traits.hpp.