A concept to check if a list of named arguments is valid. More...
#include <di/util/named_arguments.h>
A concept to check if a list of named arguments is valid.
Allowed | The list of allowed named arguments. |
Args | The list of arguments passed to the function. |
This concept checks if a list of named arguments is valid. A list of named arguments is valid if it contains only named arguments from the list of allowed named arguments. Note that for now, this concept assumes all named arguments are optional.