Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-concepts

Can we have variadic concepts before variadic template parameters?

Why does the std::sentinel_for concept require default constructability?

Resolving function overload in requires clause

Disabling function that uses concept constrain if concept is not met

c++ c++20 c++-concepts

Unconstrained requires-expression parameter

c++ c++20 c++-concepts

C++20 requires expression does not catch static_assert

How to define a C++ concept for a range to a std::pair of reference wrappers?

How can I implement logical or for existence of one of a list of member functions in a 'requires' expression?

c++ c++-concepts

Is it possible to pass a concept as a template parameter?

c++ c++-concepts

What is the rationale to disallow type traits in type-constraints in addition to concepts?

How to specialize a type trait using concepts?

c++ c++20 c++-concepts

C++20 Concept to check tuple-like types

c++ c++20 c++-concepts

need a concept to check if template argument is a member of a struct

c++ templates c++-concepts

C++ concept that a type is same_as any one of several types?

c++ c++20 c++-concepts

concept in header doesn't constrain a parameter pack in C++20?

c++ c++20 c++-concepts

Template function specialization for specific template ( not type )

Concept of template class in C++20

Why can concepts be evaluated when class definition is not available?

c++ c++-concepts

Constraint does not disambiguate function in base class from function in derived class, in clang 18/gcc trunk