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 33 of file StatCollector.h.
|
inlinenoexcept |
Definition at line 35 of file StatCollector.h.