VCCC  2024.05
VisualCamp Common C++ library
tuple_transform.hpp File Reference

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename Tuple , typename F >
constexpr auto tuple_transform (Tuple &&t, F &&f) noexcept(noexcept(detail::tuple_transform_impl(std::forward< Tuple >(t), std::forward< F >(f), std::make_index_sequence< std::tuple_size< remove_cvref_t< Tuple >>::value >{})))
 Constructs a new tuple with each elements transformed. More...