VCCC  2024.05
VisualCamp Common C++ library
make_from_tuple.hpp File Reference
#include <cstddef>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename T , typename Tuple , std::enable_if_t< internal::is_constructible_from_tuple< T, Tuple >::value, int > = 0>
constexpr T make_from_tuple (Tuple &&t)
 construct an object with a tuple of arguments More...