Dune Core Modules (2.5.2)

Traits class for generically constructing non default constructable types. More...

#include <dune/istl/paamg/construction.hh>

Public Types

typedef const void * Arguments
 A type holding all the arguments needed to call the constructor.
 

Static Public Member Functions

static T * construct (Arguments &args)
 Construct an object with the specified arguments. More...
 
static void deconstruct (T *t)
 Destroys an object. More...
 

Detailed Description

template<typename T>
class Dune::Amg::ConstructionTraits< T >

Traits class for generically constructing non default constructable types.

Needed because BCRSMatrix and Vector do a deep copy which is too expensive.


The documentation for this class was generated from the following files:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 27, 22:29, 2024)