ext::identity
Identity functor.
#include <linear_set.h>
Public Functions
| Name | |
|---|---|
| template <typename T > <br>T & | operator()(T & arg) const<br>Identity for non-rvalue objects only. |
Public Functions Documentation
function operator()
cpp
template <typename T >
inline T & operator()(
T & arg
) constIdentity for non-rvalue objects only.
Updated on 2026-01-09 at 21:59:12 +0000
