Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::error_adapter Concept Reference

Specifies that a type is a Qx error adapter. More...

Concept definition

template<class A>
!std::move_constructible<A> &&
!std::copy_constructible<A>
Specifies that a type is a Qx error adapter.
Definition qx-abstracterror.h:153
Specifies that a type is a Qx error type.
Definition qx-abstracterror.h:148

Detailed Description

Satisfied if A is not move nor copy constructable and is an error_type.