Search code examples
Why std::integral auto&& parameter does not work with an lvalue argument...

c++c++20autoc++-conceptsforwarding-reference

Read More
Does using concepts allow using decltype on member function...

c++language-lawyerc++20c++-conceptsdecltype

Read More
Type-constraining template parameters inside concept...

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

Read More
std::tuple data member in a concept...

c++c++20c++-conceptsstdtuple

Read More
C++ concept for read and writable containers with const safety while writing...

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

Read More
`std::function` returning a `concept`...

c++c++-concepts

Read More
Can I write a concept to test for the existence of a "templated member"...

c++c++20c++-conceptsc++-templates

Read More
C++ concepts and conversion issue...

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

Read More
Multiple template-dependent parameters...

c++templatesc++20variadic-templatesc++-concepts

Read More
Why does the cpp requires expression sometimes allow non valid expressions?...

c++c++20c++-conceptsrequires-clause

Read More
How to declare a template function that takes an output_iterator of T?...

c++c++-concepts

Read More
C++20 requires expression does not catch static_assert...

c++templatesc++20c++-conceptstype-constraints

Read More
C++ concept to type trait...

c++type-traitsc++-concepts

Read More
range parameter for any iterable input with properly convertible elements...

c++c++20c++-conceptsrvaluestd-ranges

Read More
How to make a function accept certain parameters using templates and concepts...

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

Read More
Can I write a C++ concept that requires a function-template to which some enum value must be supplie...

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

Read More
How can I implement logical or for existence of one of a list of member functions in a 'requires...

c++c++-concepts

Read More
CRTP operator= and Concepts...

c++language-lawyerc++20c++-conceptscrtp

Read More
Why don't string_view and span constructors use C++20 concepts?...

c++c++20c++-conceptsc++23

Read More
concept std::derived_from when the argument is a smart pointer...

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

Read More
Concept for floating-point contiguous range in C++20...

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

Read More
Meaning of subsumption-related "functionally equivalent but not equivalent" IFNDR...

c++language-lawyerc++-concepts

Read More
Does the `requires` nested in a requires-expression introduce a requires-clause?...

c++language-lawyerc++20c++-conceptsrequires-clause

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

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

Read More
It is possible to write concept requiring iteration over static tuple and checking each tuple item...

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

Read More
How to formulate as a concept that elements of a boost::hana::Sequence all satisfy a concept?...

c++c++20c++-conceptsboost-hana

Read More
Why is template template function overload chosen over the one with the concept?...

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

Read More
Can a C++ concept check that a type is compatible with any type of another concept?...

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

Read More
Why do we need the concept keyword in C++20?...

c++c++20language-designc++-concepts

Read More
Passing both 2D array and vector of vectors to the template function...

c++arraysfunctiontemplatesc++-concepts

Read More
BackNext