dune-functions
2.7.1
dune-functions-534900aa256aeef9d025d5b8776ff1c0f0e144da-534900aa256aeef9d025d5b8776ff1c0f0e144da
dune
functions
common
optional.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
#ifndef DUNE_FUNCTIONS_COMMON_OPTIONAL_HH
4
#define DUNE_FUNCTIONS_COMMON_OPTIONAL_HH
5
6
#include <dune/common/std/optional.hh>
7
8
namespace
Dune
{
9
namespace
Functions {
10
template
<
class
T >
11
using
Optional
= Std::optional< T >;
12
}}
// namespace Dune::Functions
13
14
#endif
// DUNE_FUNCTIONS_COMMON_OPTIONAL_HH
Dune
Definition:
polynomial.hh:10
Dune::Functions::Optional
Std::optional< T > Optional
Definition:
optional.hh:11
Generated by
1.9.0