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
const ObjectType * operator->() const
Definition: envelope.hh:38
Envelope(ParamType param)
Definition: envelope.hh:20
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:28