cMHN
1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC
IsComplex
pRC::IsComplex Concept Reference
#include <
complex.hpp
>
Concept definition
template
<
class
T>
concept
pRC::IsComplex
= !
IsReference<T>
&&
requires
{
{
[]<
class
U>(
Complex
<U> const &&)
{
}(std::declval<T>())
};
}
pRC::IsComplex
Definition
complex.hpp:188
pRC::IsReference
Definition
concepts.hpp:19
pRC::Complex
Complex(T const &) -> Complex< T >
Generated by
1.11.0