cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
identity.hpp File Reference
#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)