Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::HasNArgConstructor Concept Reference

A concept that checks if an Accessor is constructible from N arguments of type T.

#include <Accessor.hpp>

Concept definition

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