rstd
0.1.0
Loading...
Searching...
No Matches
rstd
mtp
same_as
rstd::mtp::same_as Concept Reference
export
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)
rstd::mtp::same_as
Satisfied when T and U are the same type.
Definition
mtp.cppm:371
Detailed Description
Satisfied when
T
and
U
are the same type.
Generated by
1.12.0