depth_lhs_cube< glue_cube_type, T1 > Struct Template Reference
[Glue_cube_metaprog]

Template metaprogram depth_lhs_cube calculates the number of GlueCube<Tx,Ty, glue_type> instances on the left hand side argument of GlueCube<Tx,Ty, glue_cube_type> i.e. it recursively expands each Tx, until the type of Tx is not "GlueCube<..,.., glue_cube_type>" (i.e the "glue_cube_type" changes). More...

#include <glue_cube_metaprog.hpp>

List of all members.

Static Public Attributes

static const u32 num = 0

Detailed Description

template<typename glue_cube_type, typename T1>
struct depth_lhs_cube< glue_cube_type, T1 >

Template metaprogram depth_lhs_cube calculates the number of GlueCube<Tx,Ty, glue_type> instances on the left hand side argument of GlueCube<Tx,Ty, glue_cube_type> i.e. it recursively expands each Tx, until the type of Tx is not "GlueCube<..,.., glue_cube_type>" (i.e the "glue_cube_type" changes).

Definition at line 27 of file glue_cube_metaprog.hpp.


Member Data Documentation

template<typename glue_cube_type, typename T1>
const u32 depth_lhs_cube< glue_cube_type, T1 >::num = 0 [static]

Definition at line 29 of file glue_cube_metaprog.hpp.