|
constexpr | Element () noexcept |
|
template<typename... ArgsT, typename = std::enable_if_t < (std::is_convertible_v<ArgsT, sofa::Index> && ...)>> |
constexpr | Element (ArgsT &&... args) noexcept |
|
constexpr | fixed_array () |
|
constexpr | fixed_array (value_type r1) noexcept requires(N |
| Specific constructor for 1-element vectors. More...
|
|
void | swap (fixed_array< sofa::Index, N > &y) |
|
constexpr const sofa::Index * | data () const noexcept |
|
constexpr const Array & | array () const noexcept |
| direct access to array More...
|
|
constexpr Array & | array () noexcept |
| direct access to array More...
|
|
constexpr fixed_array< sofa::Index, N > & | operator= (const fixed_array< T2, N > &rhs) noexcept |
|
constexpr void | assign (const sofa::Index &value) noexcept |
|