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>
Static Public Attributes | |
static const u32 | num = 0 |
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.
const u32 depth_lhs_cube< glue_cube_type, T1 >::num = 0 [static] |
Definition at line 29 of file glue_cube_metaprog.hpp.