AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Function object type whose operator()
returns its argument unchanged.
More...
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>