VCCC  2024.05
VisualCamp Common C++ library
apply.hpp File Reference
#include <type_traits>
#include <utility>
#include "vccc/__tuple/detail/apply.hpp"

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<class F , class Tuple >
constexpr decltype(auto) apply (F &&f, Tuple &&t)
 calls a function with the elements of tuple of arguments More...