rstd 0.1.0
Loading...
Searching...
No Matches
rstd::mtp::spec_of Concept Referenceexport
module rstd.basic

Satisfied when T is a specialization of the template Primary. More...

Concept definition

template<class T, template< class... > class Primary>
concept rstd::mtp::spec_of = ::spec_of<T, Primary> {}()
Satisfied when T is a specialization of the template Primary.
Definition mtp.cppm:614

Detailed Description

Satisfied when T is a specialization of the template Primary.