DUNE-FUNCTIONS (2.7)

optional.hh
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
8namespace Dune {
9namespace Functions {
10 template< class T >
11 using Optional = Std::optional< T >;
12}} // namespace Dune::Functions
13
14#endif // DUNE_FUNCTIONS_COMMON_OPTIONAL_HH
Definition: polynomial.hh:10
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)