AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
aui::identity Struct Reference

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

Detailed Description

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

Implementation of std::identity.

Public Member Functions

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

#include <AUI/Traits/callables.h>


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