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
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
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
Older Entries »