Developer documentation

mmx::texp::isexact< X > Struct Template Reference

#include <texp_isexact.hpp>

Public Types

typedef ucstref< X >::T _X
 
typedef kernel_isexact< typename kernelof< X >::T, _X >::T T
 

Detailed Description

template<typename X>
struct mmx::texp::isexact< X >

Traits class which specifies if the type X is exact. For a type X in a kernel K, we have the following type values fo:

Member Typedef Documentation

template<typename X>
typedef ucstref<X>::T mmx::texp::isexact< X >::_X
template<typename X>
typedef kernel_isexact< typename kernelof<X>::T, _X >::T mmx::texp::isexact< X >::T

The documentation for this struct was generated from the following file:
Home