cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
identity.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class T >
requires IsDefined<Identity<T>> && IsConstructible<Identity<T>> && IsInvocable<Identity<T>>
static constexpr auto pRC::identity ()
 
static constexpr auto pRC::identity ()
 
template<class T , class X >
requires IsDefined<Identity<T>> && IsConstructible<Identity<T>> && IsInvocable<Identity<T>, X>
static constexpr auto pRC::identity (X &&value)