|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
A function object type whose operator() returns its argument unchanged. More...
#include <Algorithms.hh>
Public Member Functions | |
| template<class T > | |
| CELER_CONSTEXPR_FUNCTION 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 .