Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 249 Bytes

File metadata and controls

15 lines (11 loc) · 249 Bytes

jsoncons::mdarray_order

#include <jsoncons/typed_array.hpp>

enum class mdarray_order
{
    row_major,       (since 1.8.0)
    column_major
};

Represents how the elements of a multi-dimensional array are arranged in linear memory.