Dune Core Modules (2.9.0)

Dune::Functions::TypeErasureBase< Interface, Implementation, bufferSize > Class Template Reference

Base class for type-erased interface wrapper. More...

#include <dune/functions/common/typeerasure.hh>

Public Member Functions

template<class T , disableCopyMove< TypeErasureBase, T > = 0>
 TypeErasureBase (T &&t)
 Construct wrapper from object.
 
 TypeErasureBase ()=default
 Default constructor.
 
InterfaceasInterface ()
 Get mutable reference to wrapped object.
 
const InterfaceasInterface () const
 Get reference to wrapped object.
 
const std::type_info & target_type () const
 Get type of stored object.
 

Detailed Description

template<class Interface, template< class > class Implementation, size_t bufferSize = 56>
class Dune::Functions::TypeErasureBase< Interface, Implementation, bufferSize >

Base class for type-erased interface wrapper.

This is meant as a base class for the type-erased interface wrapper that is actually visible to the user. By deriving from this you get small object optimization for the internal polymorphic wrapper.


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