|
dune-common 2.10
|
A function object type whose operator() returns its argument unchanged. More...
#include <dune/common/std/functional.hh>
Public Member Functions | |
| template<class T> | |
| constexpr T && | operator() (T &&t) const noexcept |
A function object type whose operator() returns its argument unchanged.
|
inlineconstexprnoexcept |