rstd
0.1.0
Loading...
Searching...
No Matches
rstd
Impled
rstd::Impled Concept Reference
export
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>>() && ...)
rstd::Impled
check if has Impl
Definition
trait.cppm:222
Detailed Description
check if has Impl
Generated by
1.12.0