rstd
0.1.0
Loading...
Searching...
No Matches
rstd
mtp
noex_init
rstd::mtp::noex_init Concept Reference
export
module
rstd.basic
Is nothrow constructible.
More...
Concept definition
template
<
typename
T,
typename
... Args>
concept
rstd::mtp::noex_init
= __is_nothrow_constructible(T, Args...)
rstd::mtp::noex_init
Is nothrow constructible.
Definition
mtp.cppm:260
Detailed Description
Is nothrow constructible.
Generated by
1.12.0