rstd
0.1.0
Loading...
Searching...
No Matches
rstd
mtp
is_aggregate
rstd::mtp::is_aggregate Concept Reference
export
module
rstd.basic
Satisfied when
T
is an aggregate type.
More...
Concept definition
template
<
typename
T>
concept
rstd::mtp::is_aggregate
= __is_aggregate(rm_cv<T>)
rstd::mtp::is_aggregate
Satisfied when T is an aggregate type.
Definition
mtp.cppm:574
Detailed Description
Satisfied when
T
is an aggregate type.
Generated by
1.12.0