|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/basic/unit.hpp>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) |