|
dune-common
2.8.0
|
#include <cassert>#include <functional>#include <stdexcept>#include <type_traits>#include <utility>#include <optional>Go to the source code of this file.
Namespaces | |
| Dune | |
| Dune namespace. | |
| Dune::Std | |
| Namespace for features backported from new C++ standards. | |
Typedefs | |
| template<class T > | |
| using | Dune::Std::optional = std::optional< T > |
| using | Dune::Std::nullopt_t = std::nullopt_t |
| using | Dune::Std::in_place_t = std::in_place_t |
| using | Dune::Std::bad_optional_access = std::bad_optional_access |