#include <Sequence/ensureFloating.hpp>
A metaprogram to ensure that a floating type is chosen. During compilation, if either T or T2 are floating types, the floating type is selected according to the rules of Sequence::preferFloatingTypes. If neither T nor T2 is a floating type, floatingType is selected. Compile-time assertions check that T and T2 are arithmetic types, and the floatingType is indeed a floating type.
Definition at line 33 of file ensureFloating.hpp.
1.6.3