rstd 0.1.0
Loading...
Searching...
No Matches
rstd::mtp::is_aggregate Concept Referenceexport
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>)
Satisfied when T is an aggregate type.
Definition mtp.cppm:574

Detailed Description

Satisfied when T is an aggregate type.