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

Satisfied when T is the same as all of Rest.... More...

Concept definition

template<typename T, typename... Rest>
concept rstd::mtp::same = (__is_same(T, Rest) && ...)
Satisfied when T is the same as all of Rest....
Definition mtp.cppm:375

Detailed Description

Satisfied when T is the same as all of Rest....