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

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

#include <set_tag.h>

Detailed Description

template<typename T, tag OutTag>
struct cnl::set_tag< T, OutTag >

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

Template Parameters
Tcomponent to transform
OutRepnew behavior type being wrapped by the resultant type
See also
to_rep, from_rep, set_rep, tag