C++ Library Extensions 2022.12.09
To help learn modern C++ programming
AnimalFarm< Animals >::static_loop< StartIndex, EndIndex > Struct Template Reference

Static Public Member Functions

static void report (const AnimalFarm &af)
 

Detailed Description

template<typename... Animals>
template<size_t StartIndex, size_t EndIndex>
struct AnimalFarm< Animals >::static_loop< StartIndex, EndIndex >

Definition at line 59 of file 16-advanced_mixin.cpp.

Member Function Documentation

◆ report()

template<typename... Animals>
template<size_t StartIndex, size_t EndIndex>
static void AnimalFarm< Animals >::static_loop< StartIndex, EndIndex >::report ( const AnimalFarm af)
inlinestatic

Definition at line 61 of file 16-advanced_mixin.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

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