Search code examples
What is the difference between using a Concept directly instead of `typename`, versus using the `req...


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

Read More
Deduce template parameter using constraint...


c++c++-conceptstemplate-argument-deduction

Read More
Specialize function template for all types of pointers...


c++sfinaec++-conceptsoverload-resolutionpartial-specialization

Read More
Any way to deduce nested template parameters?...


c++templatesc++-conceptstemplate-argument-deduction

Read More
understanding c++ move_constructible concept implementation...


c++c++20move-semanticsc++-conceptsmove-constructor

Read More
How can I prevent implicit conversion with C++ function arguments when using concepts?...


c++c++20implicit-conversionc++-concepts

Read More
How to detect a template function should impose a more strict concept...


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

Read More
How to write a C++ concept which checks if a type is supported by numeric_limits or not...


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

Read More
Why is the compiler checking this concept and generating an error?...


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

Read More
Forward reference vs rvalue...


c++sfinaec++-conceptsforwarding-reference

Read More
Alias for class template parameter in C++...


c++c++20sfinaec++-conceptsclass-template

Read More
Why is boost::function_output_iterator not a std::output_iterator?...


c++boostc++-concepts

Read More
Is there a more ergonomic way of defining function parameter requirements in C++20 concepts?...


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

Read More
How to do a logical 'or' of requirements in a single concept?...


c++templatesc++20c++-conceptsfunction-templates

Read More
How to correctly write and apply c++20 concept / SFINAE / both for function sele...


c++c++20sfinaec++-conceptsdetection-idiom

Read More
example for wrapper-class in c++20 using constructible_from concept...


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

Read More
Troubleshooting Iterator-Like Concept Definition for Pointer-Like Iterators in C++...


c++iteratorc++-conceptsduck-typingconcept

Read More
How to constrain my template to only accept lambda with specific input & output type?...


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

Read More
Is there a way to negate constrains?...


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

Read More
Why does clang think gcc's subrange does not satisfy gcc's __ranges_begin function concept e...


c++clangc++20c++-conceptscompiler-bug

Read More
Understanding documentation for c++ concepts (weakly_incrementable)...


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

Read More
C++ concept to match an alternative of a std::variant (but that also works with types inherited from...


c++c++-conceptsc++23

Read More
How to check the signature of generic member function?...


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

Read More
Avoiding repetition with concepts...


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

Read More
Why does C++20's concept constraint not work as expected?...


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

Read More
how to define in C++20 a concept to check if a type matches any of the types in a type-list...


c++variadic-templatestemplate-meta-programmingc++-conceptsargument-unpacking

Read More
std::floating_point concept in CUDA for all IEE754 types...


c++cudaprecisionc++-conceptshalf-precision-float

Read More
C++20 concepts and incomplete types...


c++c++20c++-conceptsincomplete-type

Read More
Can classes place constraints on templates as well as the other way around?...


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

Read More
C++20 concept for complex floating point types...


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

Read More
BackNext