test_block_recursion< 0, N > Struct Template Reference

Static Public Member Functions

static void run ()
 

Member Function Documentation

◆ run()

template<int N>
static void test_block_recursion< 0, N >::run ( )
inlinestatic
66 { test_blocks<(N >> 6) & 3, (N >> 4) & 3, (N >> 2) & 3, N & 3>(); }
void test_blocks()
Definition: commainitializer.cpp:13
@ N
Definition: constructor.cpp:22

References N, and test_blocks().


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