Comments for nth_type

This commit is contained in:
John Wellbelove 2025-03-17 17:59:50 +00:00
parent 14e57362fa
commit 32f567f0bc

View File

@ -63,7 +63,7 @@ namespace etl
};
//***************************************************************************
/// Finds the 0th type in a variadic type parameter.
/// Handles a zero length type list.
//***************************************************************************
template <size_t N>
struct nth_type<N>