test_block_recursion< depth, N > Struct Template Reference

Static Public Member Functions

static void run ()
 

Member Function Documentation

◆ run()

template<int depth, int N = 0>
static void test_block_recursion< depth, N >::run ( )
inlinestatic
58  {
60  test_block_recursion<depth - 1, N + (1 << (depth - 1))>::run();
61  }
@ N
Definition: constructor.cpp:22
Definition: commainitializer.cpp:57
static void run()
Definition: commainitializer.cpp:58

References N.


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