diff --git a/types/description.hpp b/types/description.hpp index fba1aa27..7db8e848 100644 --- a/types/description.hpp +++ b/types/description.hpp @@ -54,6 +54,13 @@ namespace cruft::types { > { }; + //------------------------------------------------------------------------- + template + struct arity_trait< + std::array + > : public std::integral_constant { }; + + //------------------------------------------------------------------------- template constexpr auto arity_v = arity_trait::value;