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 >
constexpr auto operator() (T &&in) -> T &&
 

Detailed Description

The identity function, as a function object.

Definition at line 207 of file simple.h.

Member Function Documentation

◆ operator()()

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

Definition at line 209 of file simple.h.


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