C++ features by examples
|
Functions | |
template<typename... Args> | |
constexpr bool | folding_and (Args... args) |
template<typename... Args> | |
constexpr auto | folding_sum (Args... args) |
void | folding_demo () |
|
constexpr |
void folding_demo | ( | ) |