C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::types::array_tuple_hidden Namespace Reference

Functions

template<tuple_flat_c TupleType>
constexpr decltype(auto) tuple_to_array_recursive (TupleType &&tuple)
 
template<tuple_flat_c TupleType>
constexpr decltype(auto) tuple_to_array (TupleType &&tuple)
 

Function Documentation

◆ tuple_to_array()

template<tuple_flat_c TupleType>
constexpr decltype(auto) cpg::types::array_tuple_hidden::tuple_to_array ( TupleType &&  tuple)
constexpr

Definition at line 4362 of file cpg_types.hpp.

Here is the caller graph for this function:

◆ tuple_to_array_recursive()

template<tuple_flat_c TupleType>
constexpr decltype(auto) cpg::types::array_tuple_hidden::tuple_to_array_recursive ( TupleType &&  tuple)
constexpr

Definition at line 4307 of file cpg_types.hpp.

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