LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
A unary functor returning its own argument (any type) More...
#include "StatCollector.h"
Public Member Functions | |
template<typename T > | |
constexpr auto | operator() (T &&v) const noexcept-> decltype(std::forward< T >(v)) |
A unary functor returning its own argument (any type)
Definition at line 31 of file StatCollector.h.
|
inlinenoexcept |
Definition at line 33 of file StatCollector.h.