![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
vccc | |
Functions | |
template<std::size_t i, typename ... Args, std::enable_if_t<(i< sizeof...(Args)), int > = 0> | |
decltype(auto) | variadic_at (Args &&... args) |
Index-based value accessor. More... | |