AUI Framework
develop
Cross-platform base for C++ UI apps
|
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 |
Function object type whose operator()
returns its argument unchanged.
Implementation of std::identity.