rstd 0.1.0
Loading...
Searching...
No Matches
rstd::mtp::is_direct_trait Concept Referenceexport
module rstd.core

Checks whether T is a direct trait (implemented directly on the type, not via Impl). More...

Concept definition

template<typename T>
concept rstd::mtp::is_direct_trait = T::direct
Checks whether T is a direct trait (implemented directly on the type, not via Impl).
Definition trait.cppm:35

Detailed Description

Checks whether T is a direct trait (implemented directly on the type, not via Impl).