Celeritas 0.6.0-105+develop.e2e5dfdb
|
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
.