Search code examples
How are c++ concepts different to Haskell typeclasses?...


c++haskellc++-concepts

Read More
How to summarize the meaning of the C++20 iterator-concepts?...


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

Read More
How to define a 'concept' that uses a 'concept' in C++ 20?...


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

Read More
How to check if a type alias exists in a type using concepts...


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

Read More
How to use a requires clause with lambda functor arguments?...


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

Read More
How to reuse the return type of a function call inside a requires expression?...


c++templatesc++-conceptsrequires-expression

Read More
Ambiguous template specialization with concepts and real types: which compiler is right?...


c++language-lawyertemplate-specializationc++-conceptsexplicit-specialization

Read More
Why is there no enumeration concept in C++ 20?...


c++type-traitsstdc++20c++-concepts

Read More
C++ concept that checks there are no repeating types in a variadic template...


c++c++20variadic-templatestype-traitsc++-concepts

Read More
C++ pass function as template argument within constructor...


c++c++-concepts

Read More
Writing a c++ concept for a type with static member function whose arguments start with a specific t...


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

Read More
Why is an std::vector of noncopyable elements copyable (according to concepts)?...


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

Read More
How can I check if my concept is sufficient for my function's implementation?...


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

Read More
How are the immediately-declared constraint-expressions of type-constraints combined?...


c++templateslanguage-lawyerc++-conceptsc++23

Read More
Can we declare a struct as conforming to a concept?...


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

Read More
c++20 partial class specialization with concepts and variadic template args...


c++c++20variadic-templatesc++-conceptscompiler-bug

Read More
How can you enable a class template member function only if a template argument was provided?...


c++templatesc++20c++-conceptsmember-functions

Read More
Using clang-format with c++20 concepts...


c++c++20c++-conceptsclang-format

Read More
How to define a concept that requires T to have a T::inner member...


c++c++20c++-conceptsrequires-expression

Read More
Defining a c++20 concept for hash functions...


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

Read More
Member definition of partially specialized classes...


c++visual-c++language-lawyerc++-conceptspartial-specialization

Read More
How to use decltype(T::member) for a member that might not exist in T...


c++c++20type-traitsc++-conceptsdecltype

Read More
cv qualifiers in concept requires expression parameter list...


c++c++20c++-conceptsrequires-expression

Read More
Is there a way to use a using-declaration inside a requires-expression...


c++c++20c++-conceptsrequires-expression

Read More
How do I write a C++ requires expression that looks for specific member functions/static functions w...


c++c++20c++-conceptsrequires-expression

Read More
What is the syntax for the 'requires' expression of a variadic template with contraints?...


c++c++20variadic-templatesc++-conceptsrequires-expression

Read More
Why does this requires expression work as a concept but not directly on a function?...


c++c++20c++-conceptsrequires-expression

Read More
Templated requires-expression...


c++templatesc++20c++-conceptsrequires-expression

Read More
C++ 'requires' with type requirement in class won't compile...


c++c++20c++-conceptsrequires-clauserequires-expression

Read More
How to apply concepts to member variables...


c++g++c++20c++-conceptsrequires-expression

Read More
BackNext