Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-concepts

Concept for string-like object

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

Can I constrain a C++ function to accept an arbitrarily nested vector of a specific type? [duplicate]

Generic way for traversing a C++ std::tuple

What constructors must be defined to satisfy copy constructible concept for any-like class?

Can a function parameter be used as template argument?

Using a class inside the requires-clause for the method of this class

Is this concept satisfaction a bug in GCC or did I invoke undefined behavior?

Passing a concept-constrained function overload

Having a member variable only conditionally present using requires clause

Invalid constraint expression

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

Returning new object from function defined using Concepts

c++ gcc c++-concepts

explicit specialization with concepts

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

Function concept return type (must be bool)

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

Are require-clauses evaluated after parameter substitution inside declarations?

c++ c++-concepts

C++ Concepts: Checking if derived from a templated class with unknown template parameter

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

Is there any difference between `inline constexpr bool` and `concept`

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

C++20 use concept to restrict an 'auto' non-type template argument?