|
Celeritas 0.7+8a2ac2a
|
A function object type whose operator() returns its argument unchanged. More...
#include <Algorithms.hh>
Public Member Functions | |
| template<class T > | |
| constexpr T && | operator() (T &&value) const noexcept |
A function object type whose operator() returns its argument unchanged.
This is useful for calls to std::all_of .