cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
unit.hpp File Reference
#include <prc/core/basic/unit.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

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