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
Concept based Template member functions overloads
Jul 05, 2026
c++
templates
c++-concepts
c++20
why does ranges::view_interface<T>::size require a move constructor
Jul 06, 2026
c++
c++20
c++-concepts
std-ranges
How can I test whether a type is a range from which I can move elements?
Jul 05, 2026
c++
c++20
c++-concepts
Constraint a template parameter to only accept std::vector and std::list with C++20 concepts
Jul 03, 2026
c++
templates
c++20
sfinae
c++-concepts
Do C++20 Concepts replace other forms of constraints?
Jul 01, 2026
c++
c++20
c++-concepts
enable-if
void-t
C++20 Concepts: Explicit instantiation of partially ordered constraints for member functions
Jun 30, 2026
c++
language-lawyer
c++20
c++-concepts
explicit-instantiation
How to reuse the return type of a function call inside a requires expression?
Jun 28, 2026
c++
templates
c++-concepts
requires-expression
Problem with satisfying a C++ concept in a std::visit
Jun 26, 2026
c++
c++-concepts
variant
visitor-pattern
Is there a concept in the standard library that tests for usability in ranged for loops
Jun 25, 2026
c++
c++20
c++-concepts
ranged-loops
How can I overload a function for a concept?
Jun 21, 2026
c++
overloading
c++20
overload-resolution
c++-concepts
C++ Concepts: exactly how strictly are the coditions in a 'require' clause enforced?
Jun 21, 2026
c++
c++20
c++-concepts
How do Mixins differ from Policy Oriented Design in C++
Jun 16, 2026
c++
mixins
c++-concepts
Partial specialization using Concepts
Jun 15, 2026
c++
partial-specialization
c++-concepts
c++20
Why do we need the concept keyword in C++20?
Jun 13, 2026
c++
c++20
language-design
c++-concepts
How do you define a C++ concept for the standard library containers?
Jun 08, 2026
c++
c++-concepts
how to specify C++ callable concept when the callable parameters types are deduced
Jun 07, 2026
c++
c++20
c++-concepts
invocable
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
Older Entries »