|
HikoGUI
A low latency retained GUI
|
This file includes functions for manipulating parameter-packs. More...
Go to the source code of this file.
Namespaces | |
| namespace | v1 |
| DOXYGEN BUG. | |
Functions | |
| template<std::size_t I, typename FirstArg , typename... Args> | |
| constexpr decltype(auto) | v1::get_argument_impl (FirstArg &&first_arg, Args &&...args) noexcept |
| template<std::size_t I, typename... Args> | |
| constexpr decltype(auto) | v1::get_argument (Args &&...args) noexcept |
| template<typename... Args> | |
| constexpr decltype(auto) | v1::get_last_argument (Args &&...args) noexcept |
This file includes functions for manipulating parameter-packs.