Search code examples
Is there a concept in the standard library that tests for usability in ranged for loops...


c++c++20c++-conceptsranged-loops

Read More
Enforce class template specializations to provide one or more methods...


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

Read More
Concepts: require a function on a type without default constructing that type...


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

Read More
How to write more readable c++20 concepts?...


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

Read More
C++20 best way to convert abstract class (interface) and mixins into concept...


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

Read More
Defaulted concept-constrained function never selected for instantiation...


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

Read More
Passing a concept-constrained function overload...


c++overloadingc++20c++-conceptsoverload-resolution

Read More
C++ concept to check for derived from template specialization...


c++templatesc++-concepts

Read More
C++20 Concepts: Explicit instantiation of partially ordered constraints for member functions...


c++language-lawyerc++20c++-conceptsexplicit-instantiation

Read More
How to get an instance of class in const expressions (decltype, templates ...)...


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

Read More
What is the syntax to require a template variable to be void?...


c++templatesc++-concepts

Read More
Having a member variable only conditionally present using requires clause...


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

Read More
How to use a concept for STL containers?...


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

Read More
C++ require function without implicit conversion...


c++c++20implicit-conversionc++-conceptsvisitor-pattern

Read More
Concept for "this object looks like a 3D vector"...


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

Read More
Pass parameterized function and list of parameters using c++20 Concepts...


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

Read More
Constness and comparison concepts in generic code...


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

Read More
C++ concept: check if a method/operator exists no matter what return type is...


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

Read More
C++ 20 concept to accept a random access container but reject std::list...


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

Read More
How to use concepts in if statement...


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

Read More
Constrain non-type/value template parameter using requires in an ad-hoc fashion...


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

Read More
C++ concept that checks a value for requirements...


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

Read More
Duplication of concept requirement checks. Should we care about them?...


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

Read More
How to use C++20 concepts to do different things based on return type of a function?...


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

Read More
GCC: 'std::is_same_v<int, T>' is not usable in a constant expression...


c++c++20type-traitsc++-concepts

Read More
Why does the std::sentinel_for concept require default constructability?...


c++language-lawyerc++20stdc++-concepts

Read More
How do I constrain the parameter(s) of a functor using concepts?...


c++c++-concepts

Read More
Concept requirement and non-immediate context...


c++language-lawyerc++20c++-concepts

Read More
Move assignemnt is called instead of copy, when concepts are used for source type...


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

Read More
C++ concepts for numeric types and preventing instantiation on pointers...


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

Read More
BackNext