CNL  2.0.2 (development)
Compositional Numeric Library
cnl::set_rep< T, OutRep > Struct Template Reference

meta-function object that transforms a component from one Rep type to another More...

#include <set_rep.h>

Detailed Description

template<typename T, typename OutRep>
struct cnl::set_rep< T, OutRep >

meta-function object that transforms a component from one Rep type to another

Template Parameters
Tcomponent to transform
OutRepnew representational type being wrapped by the resultant type
See also
to_rep, from_value, set_tag, rep