Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
disarray_store< OutputRandomIterator, SetOp, Size, std::false_type >

Detailed Description

template<class OutputRandomIterator, class SetOp, class Size>
struct rheolef::disarray_store< OutputRandomIterator, SetOp, Size, std::false_type >

Definition at line 32 of file disarray_store.h.

Public Types

typedef std::iterator_traits< OutputRandomIterator >::value_type T
 
typedef std::pair< Size, Tdata_type
 

Public Member Functions

void operator() (const std::pair< Size, T > &val)
 
Size n_new_entry () const
 
 disarray_store (OutputRandomIterator x, SetOp op)
 

Public Attributes

OutputRandomIterator _x
 
SetOp _op
 

Member Typedef Documentation

◆ T

template<class OutputRandomIterator , class SetOp , class Size >
typedef std::iterator_traits<OutputRandomIterator>::value_type T

Definition at line 33 of file disarray_store.h.

◆ data_type

template<class OutputRandomIterator , class SetOp , class Size >
typedef std::pair<Size,T> data_type

Definition at line 34 of file disarray_store.h.

Constructor & Destructor Documentation

◆ disarray_store()

template<class OutputRandomIterator , class SetOp , class Size >
disarray_store ( OutputRandomIterator  x,
SetOp  op 
)

Definition at line 37 of file disarray_store.h.

Member Function Documentation

◆ operator()()

template<class OutputRandomIterator , class SetOp , class Size >
void operator() ( const std::pair< Size, T > &  val)

Definition at line 35 of file disarray_store.h.

◆ n_new_entry()

template<class OutputRandomIterator , class SetOp , class Size >
Size n_new_entry ( ) const

Definition at line 36 of file disarray_store.h.

Member Data Documentation

◆ _x

template<class OutputRandomIterator , class SetOp , class Size >
OutputRandomIterator _x

Definition at line 38 of file disarray_store.h.

◆ _op

template<class OutputRandomIterator , class SetOp , class Size >
SetOp _op

Definition at line 39 of file disarray_store.h.


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