Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++-concepts
Can we have variadic concepts before variadic template parameters?
Jun 03, 2026
c++
language-lawyer
variadic-templates
c++20
c++-concepts
Why does the std::sentinel_for concept require default constructability?
May 30, 2026
c++
language-lawyer
c++20
std
c++-concepts
Resolving function overload in requires clause
May 29, 2026
c++
language-lawyer
c++20
c++-concepts
Disabling function that uses concept constrain if concept is not met
May 28, 2026
c++
c++20
c++-concepts
Unconstrained requires-expression parameter
May 28, 2026
c++
c++20
c++-concepts
C++20 requires expression does not catch static_assert
May 26, 2026
c++
templates
c++20
c++-concepts
type-constraints
How to define a C++ concept for a range to a std::pair of reference wrappers?
May 26, 2026
c++
c++20
c++-concepts
std-ranges
How can I implement logical or for existence of one of a list of member functions in a 'requires' expression?
May 21, 2026
c++
c++-concepts
Is it possible to pass a concept as a template parameter?
May 17, 2026
c++
c++-concepts
What is the rationale to disallow type traits in type-constraints in addition to concepts?
May 16, 2026
c++
c++20
language-design
c++-concepts
How to specialize a type trait using concepts?
May 16, 2026
c++
c++20
c++-concepts
C++20 Concept to check tuple-like types
May 15, 2026
c++
c++20
c++-concepts
need a concept to check if template argument is a member of a struct
May 13, 2026
c++
templates
c++-concepts
C++ concept that a type is same_as any one of several types?
May 12, 2026
c++
c++20
c++-concepts
concept in header doesn't constrain a parameter pack in C++20?
May 10, 2026
c++
c++20
c++-concepts
Template function specialization for specific template ( not type )
May 10, 2026
c++
templates
c++20
c++-concepts
partial-specialization
Concept of template class in C++20
May 05, 2026
c++
templates
c++20
c++-concepts
Why can concepts be evaluated when class definition is not available?
May 02, 2026
c++
c++-concepts
Constraint does not disambiguate function in base class from function in derived class, in clang 18/gcc trunk
Apr 30, 2026
c++
language-lawyer
c++20
c++-concepts
Older Entries »