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

Satisfied when T is an array type with unknown bound. More...

Concept definition

template<typename T>
::is_array_unknown_bounds<T> {}()
Satisfied when T is an array type with unknown bound.
Definition mtp.cppm:562

Detailed Description

Satisfied when T is an array type with unknown bound.