3#ifndef pRC_CORE_COMPLEX_IDENTITY_H
4#define pRC_CORE_COMPLEX_IDENTITY_H
16 using U =
typename T::Type;
20 template<
class X, If<IsConstructible<T, X>> = 0>
23 using U =
typename T::Type;
Definition cholesky.hpp:18
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
constexpr auto operator()(X &&value)
Definition identity.hpp:21
constexpr auto operator()()
Definition identity.hpp:14
Definition type_traits.hpp:262
Definition type_traits.hpp:15