|
pRC
multi-purpose Tensor Train library for C++
|
#include <prc/core/basic/identity.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class T , If< IsDefined< Identity< T > > > = 0, If< IsConstructible< Identity< T > > > = 0> | |
| static constexpr auto | pRC::identity () |
| static constexpr auto | pRC::identity () |
| template<class T , class X , If< IsDefined< Identity< T > > > = 0, If< IsConstructible< Identity< T > > > = 0, If< IsInvocable< Identity< T >, X > > = 0> | |
| static constexpr auto | pRC::identity (X &&value) |