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

Satisfied when T and U are the same type. More...

Concept definition

template<typename T, typename U>
concept rstd::mtp::same_as = __is_same(T, U)
Satisfied when T and U are the same type.
Definition mtp.cppm:371

Detailed Description

Satisfied when T and U are the same type.