Rheolef  7.2
an efficient C++ finite element environment
disarray< T, M, A >

Detailed Description

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

see the disarray page for the full documentation

Definition at line 497 of file disarray.h.

+ Inheritance diagram for disarray< T, M, A >:

Public Types

typedef M memory_type
 
typedef disarray_rep< T, sequential, Arep
 
typedef rep::base::size_type size_type
 
typedef rep::base::iterator iterator
 
typedef rep::base::const_iterator const_iterator
 

Member Typedef Documentation

◆ memory_type

typedef M memory_type

Definition at line 499 of file disarray.h.

◆ rep

Definition at line 500 of file disarray.h.

◆ size_type

Definition at line 501 of file disarray.h.

◆ iterator

Definition at line 502 of file disarray.h.

◆ const_iterator

Definition at line 503 of file disarray.h.


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