rstd 0.1.0
Loading...
Searching...
No Matches
rstd::mtp::noex_init Concept Referenceexport
module rstd.basic

Is nothrow constructible. More...

Concept definition

template<typename T, typename... Args>
concept rstd::mtp::noex_init = __is_nothrow_constructible(T, Args...)
Is nothrow constructible.
Definition mtp.cppm:260

Detailed Description

Is nothrow constructible.