cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
IsTensorView
pRC::IsTensorView Concept Reference
#include <
declarations.hpp
>
Concept definition
template
<
class
T>
concept
pRC::IsTensorView
= !
IsReference<T>
&&
requires
{
{
[]<
class
U, class N, class F>(TensorViews::View<U, N, F> const &&)
{
}(std::declval<T>())
};
}
pRC::IsReference
Definition
concepts.hpp:19
pRC::IsTensorView
Definition
declarations.hpp:36
Generated by
1.11.0