FLANG
|
Public Types | |
using | Result = RESULT |
using | Values = std::vector< ArrayConstructorValue< Result > > |
Public Member Functions | |
bool | operator== (const ArrayConstructorValues &) const |
template<typename A > | |
common::NoLvalue< A > | Push (A &&x) |
Values::iterator | begin () |
Values::const_iterator | begin () const |
Values::iterator | end () |
Values::const_iterator | end () const |
Static Public Member Functions | |
static constexpr int | Rank () |
static constexpr int | Corank () |
Protected Attributes | |
Values | values_ |