Developer documentation

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

Traits class which specifies if the type X is not exact. More...

#include <texp_isexact.hpp>

Public Types

typedef tnot< typename isexact< X >::T >::T T
 

Detailed Description

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

Traits class which specifies if the type X is not exact.

Member Typedef Documentation

template<typename X >
typedef tnot< typename isexact< X >::T >::T mmx::texp::isapproximate< X >::T

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