Developer documentation

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

return true_t if the number type X comes from a kernel. More...

#include <texp_kernelof.hpp>

Public Types

typedef tnot< typename equal< null_t, typename kernelof< X >::T >::T >::T T
 

Detailed Description

template<class X>
struct mmx::texp::haskernel< X >

return true_t if the number type X comes from a kernel.

Member Typedef Documentation

template<class X >
typedef tnot< typename equal< null_t, typename kernelof<X>::T >::T >::T mmx::texp::haskernel< X >::T

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