Rheolef  7.1
an efficient C++ finite element environment
hack_array< T, M, A >

Public Types

typedef M memory_type
 
typedef std::vector< T, A >::size_type size_type
 
typedef std::vector< T, A >::iterator iterator
 
typedef std::vector< T, A >::const_iterator const_iterator
 

Detailed Description

template<class T, class M = rheo_default_memory_model, class A = std::allocator<T>>
class rheolef::hack_array< T, M, A >

Definition at line 346 of file hack_array.h.

Member Typedef Documentation

◆ memory_type

typedef M memory_type

Definition at line 348 of file hack_array.h.

◆ size_type

typedef std::vector<T,A>::size_type size_type

Definition at line 349 of file hack_array.h.

◆ iterator

typedef std::vector<T,A>::iterator iterator

Definition at line 350 of file hack_array.h.

◆ const_iterator

typedef std::vector<T,A>::const_iterator const_iterator

Definition at line 351 of file hack_array.h.


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