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
Creating an Iterator with C++20 Concepts for custom container
Sep 07, 2025
c++
c++20
c++-concepts
C++20 concepts how to define existence of a function with arguments?
Sep 07, 2025
c++
c++20
c++-concepts
Why doesn't C++20 use `requires` to restrict the T for atomic<T>?
Sep 08, 2025
c++
atomic
c++20
c++-concepts
Why don't string_view and span constructors use C++20 concepts?
Sep 05, 2025
c++
c++20
c++-concepts
c++23
How to specialize a method template using concepts?
Sep 03, 2025
c++
template-meta-programming
c++-concepts
c++-templates
Implementing std::iter_difference_t
Sep 05, 2025
c++
c++20
c++-concepts
Variadic concept constraints
Sep 02, 2025
c++
c++20
c++-concepts
Why does putting concept to type specifier fail type deduction when the same constraint must deduce different types?
Mar 10, 2023
c++
templates
c++-concepts
type-deduction
Can I use C++20 concepts properly in a using declaration?
Mar 05, 2023
c++
clang++
c++20
c++-concepts
Self referential c++20 concepts
Mar 05, 2023
c++
c++20
c++-concepts
GCC: 'std::is_same_v<int, T>' is not usable in a constant expression
Mar 04, 2023
c++
c++20
typetraits
c++-concepts
The redundancy of forward_iterator concept?
Mar 04, 2023
c++
iterator
c++20
c++-concepts
How to test if a type exists in a concept?
Mar 04, 2023
c++
c++20
c++-concepts
How to constraint a template to be iterable ranges using concepts?
Mar 03, 2023
c++
templates
c++20
c++-concepts
function-templates
Is there a C++20 way to detect if a type is an instantiation of a template using just concepts and requires()?
Sep 03, 2025
c++
c++20
sfinae
c++-concepts
Concept with multiple template parameters
Sep 04, 2025
c++
c++-concepts
Passing both 2D array and vector of vectors to the template function
Sep 03, 2025
c++
arrays
function
templates
c++-concepts
Why do C++20 concepts (requirement expression) using std::is_arithmetic_v fail to enforce type constraints?
Sep 02, 2025
c++
c++20
c++-concepts
What does a universal reference in a requires expression actually mean?
Aug 31, 2025
c++
c++20
c++-concepts
The presence of both operator == and operator != breaks some concepts
Sep 02, 2025
c++
language-lawyer
c++20
c++-concepts
comparison-operators
Older Entries »