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

meta-function object that returns the Tag type of a component More...

#include <tag_of.h>

Detailed Description

template<typename T>
struct cnl::tag_of< T >

meta-function object that returns the Tag type of a component

Template Parameters
Tcomponent whose behavioral tag type to return
Note
The behavioral tag or 'Tag' type of a numeric component is central to CNL's method of delivering an arithmetic API.
See also
set_tag, rep_of