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

Is nothrow assignable. More...

Concept definition

template<typename T, typename U>
concept rstd::mtp::noex_assign = __is_nothrow_assignable(T, U)
Is nothrow assignable.
Definition mtp.cppm:264

Detailed Description

Is nothrow assignable.