Loading...
Searching...
No Matches
avnd_tools::detail::table_operations< T > Struct Template Reference

Public Types

using variant_type = multi_array_variant_t< T, g_table_max_dimensions >
 

Static Public Member Functions

template<typename OutputPort >
static bool read (variant_type &buffer, const index_vec_type &cursor, OutputPort &output)
 
static void set (variant_type &buffer, const index_vec_type &cursor, const T &value)
 
static extent_vec_type get_shape (const variant_type &buffer)
 
static std::size_t num_elements (const variant_type &buffer)
 
static void clear (variant_type &buffer)
 
static void resize (variant_type &buffer, const extent_vec_type &extents)
 
static void fill (variant_type &buffer, const T &value)
 
static std::vector< T > to_vector (const variant_type &buffer)
 
static ossia::value dump (const variant_type &buffer)
 

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