1 #ifndef DUNE_FEM_ENVELOPE_HH
2 #define DUNE_FEM_ENVELOPE_HH
9 template<
class Object >
19 template<
class ParamType >
Definition: bindguard.hh:11
Definition: envelope.hh:11
Envelope(ParamType param)
Definition: envelope.hh:20
const ObjectType & operator*() const
Definition: envelope.hh:28
Object ObjectType
Definition: envelope.hh:13
Envelope(const Envelope &other)
Definition: envelope.hh:24
ObjectType object_
Definition: envelope.hh:16
const ObjectType * operator->() const
Definition: envelope.hh:38