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

Satisfied when T is move constructible. More...

Concept definition

template<typename T>
concept rstd::mtp::move = __is_constructible(T, add_ref_rv<T>)
Satisfied when T is move constructible.
Definition mtp.cppm:414

Detailed Description

Satisfied when T is move constructible.