CNL  2.0.2 (development)
Compositional Numeric Library
cnl::op_value< Rep, Tag > Class Template Reference

operand or result of operation;used as Operands parameter of custom_operator More...

#include <definition.h>

Detailed Description

template<arithmetic Rep, tag Tag = _impl::native_tag>
class cnl::op_value< Rep, Tag >

operand or result of operation;used as Operands parameter of custom_operator

Template Parameters
Reptype of value handled by custom_operator specialization
Tagbehavior of Rep handled by custom_operator specialization