AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::identity Struct Reference

Function object type whose operator() returns its argument unchanged. More...

#include <AUI/Traits/callables.h>

Public Member Functions

template<typename T>
constexpr T && operator() (T &&t) const noexcept
 

Detailed Description

Function object type whose operator() returns its argument unchanged.

Implementation of std::identity.


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