3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_CAST_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_CAST_H
11 template<
class C, If<IsValue<C>> = 0,
class T,
12 If<IsInvocable<Cast<C>, T>> = 0>
Definition complex.hpp:26
Definition cholesky.hpp:18
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
static constexpr auto cast(Complex< T > const &a)
Definition cast.hpp:13