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

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

Concept definition

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

Detailed Description

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