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
How to use C++20 concepts to do different things based on return type of a function?
Aug 09, 2026
c++
c++20
c++-concepts
Out-of-class definition with requires clause is rejected by clang but works with gcc
Aug 07, 2026
c++
language-lawyer
c++20
c++-concepts
requires-clause
Describing Predicate with C++ Concepts TS
Aug 05, 2026
c++
templates
c++14
c++-concepts
Is overloading on universal references now much safer with concepts in c++ 20
Aug 05, 2026
c++
c++20
c++-concepts
forwarding-reference
effective-c++
What would be the proper implementation of a concept describing a raw pointer (to objects)?
Aug 01, 2026
c++
pointers
c++-concepts
raw-pointer
How to restrict lambda parameter's parameter to only be a reference?
Jul 30, 2026
c++
c++20
c++-concepts
concepts return type requirement syntax two versus one template parm
Jul 31, 2026
c++
c++20
c++-concepts
How can I make a concept that accepts only vec3 types and exclude all other types?
Jul 31, 2026
c++
c++-concepts
Can a concept be checked against incomplete type
Jul 29, 2026
c++
c++20
c++-concepts
Can concepts(C++20) be used as a boolean?
Jul 28, 2026
c++
c++20
c++-concepts
What is this "template(bool Other)( requires ....) classname(...)" syntax in the ranges-v3 library?
Jul 28, 2026
c++
templates
c++-concepts
range-v3
How to determine if a Type supports printing or formatting using C++ standard lib?
Jul 25, 2026
c++
templates
std
c++-concepts
c++23
Determine if a Type is formattable with given Format String at compile time
Jul 26, 2026
c++
c++-concepts
fmt
stdformat
Can a consteval lambda be used in concept requirements?
Jul 25, 2026
c++
c++-concepts
How to get the type of the values in a C++20 std::ranges range?
Jul 22, 2026
c++
templates
c++20
c++-concepts
std-ranges
Why does a constructor which takes iterators require elements to be EmplaceConstructible?
Jul 22, 2026
c++
c++11
stl
c++14
c++-concepts
How to write a C++ concept restricting the template to std::map and std::unordered_map
Jul 21, 2026
c++
c++20
c++-concepts
Older Entries »