chihaya
Validating delayed array operations in HDF5
Loading...
Searching...
No Matches
Public Attributes | List of all members
chihaya::ArrayDetails Struct Reference

Details about an array. More...

#include <utils_public.hpp>

Public Attributes

ArrayType type
 
std::vector< size_t > dimensions
 

Detailed Description

Details about an array.

This contains the type and dimensionality of the array. The exact type representation of the array is left to the implementation; we do not make any guarantees about precision, width or signedness.

Member Data Documentation

◆ dimensions

std::vector<size_t> chihaya::ArrayDetails::dimensions

Dimensions of the array. Values should be non-negative.

◆ type

ArrayType chihaya::ArrayDetails::type

Type of the array.


The documentation for this struct was generated from the following file: