|
template<typename TupleType > |
static void | print_tuple (std::ostream &os, const TupleType &tpl) |
|
template<typename VariantType > |
static void | print_variant (std::ostream &os, const VariantType &vrt) |
|
template<size_t StartIndex, size_t EndIndex>
struct tutorial::static_loop< StartIndex, EndIndex >
Definition at line 58 of file 33-variant_tuple_output.cpp.
◆ print_tuple()
template<size_t StartIndex, size_t EndIndex>
template<typename TupleType >
static void tutorial::static_loop< StartIndex, EndIndex >::print_tuple |
( |
std::ostream & |
os, |
|
|
const TupleType & |
tpl |
|
) |
| |
|
inlinestatic |
◆ print_variant()
template<size_t StartIndex, size_t EndIndex>
template<typename VariantType >
static void tutorial::static_loop< StartIndex, EndIndex >::print_variant |
( |
std::ostream & |
os, |
|
|
const VariantType & |
vrt |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: