identity_t_ Struct Reference

Similar to identity, but it never returns a reference to the pased in value. More...

#include <atria/prelude/identity.hpp>

Public Member Functions

template<typename ArgT >
constexpr auto operator() (ArgT x) const -> ArgT
 

Detailed Description

Similar to identity, but it never returns a reference to the pased in value.

Definition at line 49 of file identity.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub