kblib 0.2.3
General utilities library for modern C++
kblib::identity Struct Reference

The identity function, as a function object. More...

#include <kblib/simple.h>

Public Member Functions

template<typename T >
auto operator() (T &&in) -> T &&
 

Detailed Description

The identity function, as a function object.

Definition at line 206 of file simple.h.

Member Function Documentation

◆ operator()()

template<typename T >
auto kblib::identity::operator() ( T &&  in) -> T&&
inline

Definition at line 208 of file simple.h.


The documentation for this struct was generated from the following file: