CoriEngine
Loading...
Searching...
No Matches
Cori::Core::AllAreExceptions Concept Reference

All types from Types pack are std::exception or derived from it. More...

#include <Error.hpp>

Concept definition

template<typename... Types>
concept Cori::Core::AllAreExceptions = (std::derived_from<Types, std::exception> && ...)
All types from Types pack are std::exception or derived from it.
Definition Error.hpp:12

Detailed Description

All types from Types pack are std::exception or derived from it.

Definition at line 12 of file Error.hpp.