Relative Content

Tag Archive for c++templatesc++-concepts

C++ concept that allows empty curly braces

I want my templated function to accept a parameter pack composed of either predicates with specific parameters or empty curly braces(for backward compatibility reasons). This parameter pack needs to match to a concept.
How do I change my concept definition to allow that?