A concept that checks if an Accessor is constructible from N arguments of type T.
#include <Accessor.hpp>
template<typename Accessor, typename T, size_t N>
impl::can_construct_from_unpacked_tuple<Accessor, decltype(impl::generate_tuple_with_t_repeated_n_times<T, N>())>()
A concept that checks if an Accessor is constructible from N arguments of type T.
Definition Accessor.hpp:176