Search code examples
Result of expression convertible to a type that satisfies a concept...


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

Read More
What does the To[1] mean in the concept is_convertible_without_narrowing?...


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

Read More
Is there a way to have "partially recursive" function constraints in C++?...


c++serializationtemplate-meta-programmingc++-concepts

Read More
How to get a typed nullptr "literal"?...


c++templatesc++-conceptsnullptr

Read More
Why is a consteval function expression NOT a primary expression?...


c++c++20standardsc++-conceptstype-constraints

Read More
How could I make a concept<A, B> to check if type "A" is derived from template &quot...


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

Read More
Why is my use of std::uniform_random_bit_generator failing?...


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

Read More
Overloading and requires clauses: which overload is chosen?...


c++c++-conceptsrequires-clause

Read More
C++: Template specialization of class member function, differing from another member function only i...


c++templatesparameter-passingtemplate-specializationc++-concepts

Read More
Why does my Container concept fail for const std::list<double> due to begin() and end() not sa...


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

Read More
Concept placement changes program outcome without compile error, possible to avoid?...


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

Read More
How to get the type of the values in a C++20 std::ranges range?...


c++templatesc++20c++-conceptsstd-ranges

Read More
How to define a concept of a object that is structure bindable?...


c++c++20c++-conceptsstructured-bindings

Read More
Can requires expression return TRUE for ill-formed code?...


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

Read More
Concept for smart pointers...


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

Read More
C++20 and newer - what's the best way to implement an "enum with more functionality"?...


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

Read More
The concept `std::movable` evaluated to false for an empty class in Visual C++...


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

Read More
How to match the int type to a C++ concept requiring a valid function?...


c++c++-conceptsargument-dependent-lookup

Read More
Which concept to use for checking an iterator's value type?...


c++iteratorc++-conceptsc++23

Read More
Expected behaviour when expanding a template parameter pack into an inner template declaration...


c++language-lawyerc++20variadic-templatesc++-concepts

Read More
No concept subsumption with template parameter pack?...


c++language-lawyerc++20c++-conceptsparameter-pack

Read More
Is it possible to use `std::index_sequence` in a concept?...


c++templatesc++-conceptsc++23

Read More
Why is this concept true?...


c++c++-concepts

Read More
What is the idiomatic way to have a member function of a template class with a declaration valid onl...


c++c++20c++-conceptsc++23requires-clause

Read More
Why can't C++ concepts use a simple requirement to check if a nested type exists?...


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

Read More
How does the mechanism behind overloading for member function arguments in a requires expression wor...


c++c++-conceptsoverload-resolution

Read More
How to express a constraint in terms of another concept...


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

Read More
How to apply a concept to a member function in a concept and then use it?...


c++c++-concepts

Read More
How to apply a concept to a member function in a concept?...


c++c++-concepts

Read More
Concept with multiple template parameters...


c++c++-concepts

Read More
BackNext