Type Aliases¶
A¶
typedefarg Alias that decays numeric/boolean argument types while preserving expression types unchanged.typedefaudio_sample_type_clist List of all supported audio sample types.
C¶
D¶
typedefdimset Fixed-size bitmask indexed by tensor axis.
E¶
typedefexpression_make_function Alias that produces anexpression_functionwith decayed argument types.typedefexpression_pack Type alias for the expression that packs several expressions into a single vector-valued expression.typedefexpression_value_type Helper alias that extracts the value type of an expression.
I¶
typedefindex_t Unsigned integer type used for tensor indices and axis sizes.
L¶
typedeflockfree_ring_buffer Backward-compatible alias forspsc_ring_buffer.
M¶
typedefmemory_finalizer Shared ownership handle for a memory finalizer.
O¶
typedefopt_index_t Optional signed index used bytensor_range.
S¶
typedefsigned_index_t Signed integer type used for tensor indices and axis sizes.
U¶
typedefunivector2d Alias for a 2D container of univectors.typedefunivector3d Alias for a 3D container of univectors.typedefunivector_dyn Alias forunivector<T, tag_dynamic_vector>;typedefunivector_ref Alias forunivector<T, tag_array_ref>;typedefunivector_tag Tag type that selects the storage strategy of aunivectororabstract_vector.
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.