xte ::sad <>
Defined in header <xte/meta/sad.hpp> Marks the end of a parameter list.
Definition
Cannot be satisfied by any argument.template <typename >concept sad =/* false */ ;
Example
[View in Compiler Explorer][]<int a ,int b ,xte ::sad ... ,int c =a +b > {std ::println ("{}" ,c ); }.operator() <1 ,2 >();