cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
unit.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2
3#ifndef pRC_CORE_VALUE_UNIT_H
4#define pRC_CORE_VALUE_UNIT_H
5
8
9namespace pRC
10{
11 template<IsValue T>
12 requires IsDefined<Identity<T>>
13 struct Unit<T> : Identity<T>
14 {
15 };
16}
17#endif // pRC_CORE_VALUE_UNIT_H
Definition value.hpp:12
Definition cholesky.hpp:10