Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-concepts

Overloading functions with concepts

In requires parameter lists, can you introduce types that result in substitution failures?

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

What's the relationship between C++ "concept" and duck typing?

Use of 'auto [...] 'before deduction of 'auto' with recursive, concept-based function template

Why isn't this class specialization using a concept accepted?

What's so controversial about AFTs (Abbreviated Function Templates)?

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

How to implement the generalized form of std::same_as (i.e. for more than two type parameters) that is agnostic to parameter order?

Checking for constexpr in a concept

Constrained member functions and explicit template instantiation

How to use a requires clause with lambda functor arguments?

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

Is this a proper use of C++20 concepts?

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

Is there a way to use concepts to disable member functions that would produce a reference to void?

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

Will the C++ Concepts TS enable multiple parameter packs?

Using concepts in an unevaluated context gives inconsistent results

How to add members to concept-specialized classes with non-inline definition

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

How to write a simple range concept?

c++ range c++-concepts

Concept TS check ignores private access modifier

c++ c++-concepts

C++ concepts lite and type alias declaration

C++ concepts placeholder type deduction

c++ c++-concepts