Celeritas 0.7.0-dev.79+develop.b3dc2e108
|
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
.