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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

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