3#ifndef pRC_CORE_VALUE_FUNCTIONS_REAL_H
4#define pRC_CORE_VALUE_FUNCTIONS_REAL_H
11 requires IsValue<RemoveReference<X>>
12 static inline constexpr decltype(
auto)
real(X &&a)
14 return as(forward<X>(a));
Definition cholesky.hpp:10
static constexpr decltype(auto) real(X &&a)
Definition real.hpp:12
static constexpr RemoveConst< X > as(X &&a)
Definition basics.hpp:83