10 #ifndef LARCOREALG_COREUTILS_FROMFUTUREIMPORT_H
11 #define LARCOREALG_COREUTILS_FROMFUTUREIMPORT_H
34 namespace util::pre_std {
36 #if (__cplusplus < 202000L) // still to be defined, should be C++20
45 {
return std::forward<T>(t); }
49 #endif // (__cplusplus < 202000L)
55 #endif // LARCOREALG_COREUTILS_FROMFUTUREIMPORT_H
Transparent functor that returns its argument just as passed.
constexpr T && operator()(T &&t) const noexcept