Borderbasix

Public Member Functions | Static Public Attributes | List of all members
CST< C > Struct Template Reference

Definition of constants. More...

#include <borderbasix/arithm/Arith.hpp>

Public Member Functions

template<>
const int Zero
 
template<>
const int Un
 
template<>
const double Zero
 
template<>
const double Un
 

Static Public Attributes

static const C Zero =0
 
static const C Un =1
 

Detailed Description

template<class C>
struct CST< C >

Definition of constants.

Traits Class for the definition of the constants Zero, Un

Member Function Documentation

template<>
const int CST< int >::Un ( )
template<>
const double CST< double >::Un ( )
template<>
const int CST< int >::Zero ( )
template<>
const double CST< double >::Zero ( )

Member Data Documentation

template<class C >
const C CST< C >::Un =1
static
template<class C >
const C CST< C >::Zero =0
static
Home  |  Download & InstallContributions