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

check if has Impl More...

Concept definition

template<typename A, typename... T>
concept rstd::Impled = (mtp::check_trait<T, mtp::rm_cvf<A>>() && ...)
check if has Impl
Definition trait.cppm:222

Detailed Description

check if has Impl