3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
optional.hh File Reference

A wrapper that can either contain an object of T or be empty. This might be used as a workaround for non-default constructible classes. More...

#include <utility>
#include <dune/common/typeutilities.hh>

Go to the source code of this file.

Description

A wrapper that can either contain an object of T or be empty. This might be used as a workaround for non-default constructible classes.

Note
Replace this with std::optional when C++17 is available

Classes

class  Dumux::Optional< T >
 A wrapper that can either contain an object of T or be empty. More...

Namespaces

namespace  Dumux