Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-concepts

C++ Concepts - Can I have a constraint requiring a function be present in a class?

How can I define a concept that is satisfied by an arbitrary std::vector?

Substitution failure in an atomic constraint of template function requires-clause

Concepts and declaration order

c++ c++17 c++-concepts

How to define a recursive concept?

How can I combine several return type requirements of C++20 constraints into one return type requirement?

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

C++20 concept syntax - what does the requires parameter variables mean?

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

C++ concepts vs static_assert

Why aren't ranges' algorithms compatible with std's iterators?

Requires clause with pure abstract class type parameter?

Why Sortable concept requires totally ordered value type, while std::sort only requires "less than" comparable?

c++ c++17 c++-concepts

Is the body of requires block unevaluated context?

c++ c++-concepts

Will there be a concept for arithmetic types in C++ standard library?

C++20 concepts: int not swappable_with int

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

Will C++14 support unconstrained generic functions?

Less than operator through implicit conversion?

What is C++ Technical Specification?

c++ c++14 c++-concepts

Is UB in unevaluated context (e.g. requires-expressions) still UB?

Can a concept evaluation depend on where it is evaluated?

Concept resolve to the unexpected function template when using std::make_signed_t

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