Developer documentation

mmx::texp::fieldof< X, Y > Struct Template Reference

x (in X) + y (in Y) is subset of fieldof<X,Y>::T More...

#include <texp_fieldof.hpp>

Public Types

typedef ucstref< X >::T _X
 
typedef ucstref< Y >::T _Y
 
typedef kernel_fieldof< typename kernelof< X >::T, _X, _Y >::T KXY
 
typedef kernel_fieldof< typename kernelof< Y >::T, _Y, _X >::T KYX
 
typedef texp::sfirstnn< typename fieldof_< _X, _Y >::T, KXY, KYX, typename sup< X, Y >::T >::T T
 

Detailed Description

template<class X, class Y>
struct mmx::texp::fieldof< X, Y >

x (in X) + y (in Y) is subset of fieldof<X,Y>::T

Member Typedef Documentation

template<class X, class Y>
typedef ucstref<X>::T mmx::texp::fieldof< X, Y >::_X
template<class X, class Y>
typedef ucstref<Y>::T mmx::texp::fieldof< X, Y >::_Y
template<class X, class Y>
typedef kernel_fieldof< typename kernelof<X>::T,_X,_Y>::T mmx::texp::fieldof< X, Y >::KXY
template<class X, class Y>
typedef kernel_fieldof< typename kernelof<Y>::T,_Y,_X>::T mmx::texp::fieldof< X, Y >::KYX
template<class X, class Y>
typedef texp::sfirstnn< typename fieldof_<_X,_Y>::T, KXY, KYX, typename sup<X,Y>::T >::T mmx::texp::fieldof< X, Y >::T

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