rstd
0.1.0
Loading...
Searching...
No Matches
rstd
mtp
complete
rstd::mtp::complete Concept Reference
export
module
rstd.basic
Satisfied when
T
is a complete type.
More...
Concept definition
template
<
typename
T>
concept
rstd::mtp::complete
=
requires
{
sizeof
(T); }
rstd::mtp::complete
Satisfied when T is a complete type.
Definition
mtp.cppm:627
Detailed Description
Satisfied when
T
is a complete type.
Generated by
1.12.0