kyosu v0.1.0
Complex Without Complexes
Loading...
Searching...
No Matches
kyosu::complexify_if< O, T > Struct Template Reference

compute the cayley dickson type associated to a floating type or any other type. More...

#include <kyosu/types/traits.hpp>

Detailed Description

template<typename O, typename T>
struct kyosu::complexify_if< O, T >

compute the cayley dickson type associated to a floating type or any other type.

if the type is an eve::floating_value and the Option real_only is not present return the complex type associated else let the type as is.

Template Parameters
TType to wrap