ORIGINAL
|
Ensures the parameter pack is not empty. More...
#include <types.h>
Ensures the parameter pack is not empty.
ARGS | Variadic template parameter pack to check |
This concept checks that at least one type is provided in the parameter pack. Useful for enforcing non-empty template parameter lists.