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
Why does constraining auto with an integral type render it uninvocable for views::filter?
Jul 03, 2022
c++
c++20
c++-concepts
Implementing traits for strong types with C++ concepts
Jul 04, 2022
c++
c++20
c++-concepts
What Are C++ Run-Time Concepts?
Mar 27, 2022
c++
runtime
generic-programming
type-erasure
c++-concepts
Why is const char[] a better match for std::ranges::range than for an explicit, const char* free overload, and how to fix it?
Sep 09, 2022
c++
c++20
overload-resolution
c++-concepts
std-ranges
What is the difference between c++0x concepts and c# constraints?
Nov 01, 2022
c#
c++
constraints
semantics
c++-concepts
Does a class template's requires clause have to be repeated outside member definitions?
Sep 17, 2022
c++
templates
language-lawyer
c++20
c++-concepts
In C++20 when should use `iterator_traits<I>::value_type` and when should I use `iter_value_t`?
Sep 14, 2022
c++
c++20
c++-concepts
class template specialization with constraint / concept
Aug 28, 2022
c++
c++17
c++-concepts
Given Concepts, are SFINAE helpers still in the spec as non-deprecated?
Aug 05, 2020
c++
language-lawyer
c++-concepts
c++20
Using C++20 concepts to avoid std::function
Sep 20, 2022
c++
lambda
c++20
c++-concepts
How to properly forward Invocable types
Nov 14, 2019
c++
c++17
perfect-forwarding
c++-concepts
range-v3
Check a concept against a type
Dec 31, 2021
c++
c++-concepts
c++20
Detecting compile-time constantness of range size
Jun 15, 2022
c++
language-lawyer
c++20
c++-concepts
std-ranges
How can I specialize std::common_type<A,B> so that it's naturally commutative?
Sep 05, 2022
c++
c++20
typetraits
c++-concepts
What to use as replacement for concepts (upcoming feature) in C++?
Sep 22, 2022
c++
c++11
c++-concepts
How to retrieve type from the concept?
Mar 05, 2022
c++
c++-concepts
Weird return value of C++20 requires expression
Sep 12, 2022
c++
lambda
c++20
c++-concepts
understanding c++ move_constructible concept implementation
Apr 21, 2022
c++
c++20
move-semantics
c++-concepts
move-constructor
Why is the C++20 concept not compatible with "const auto&"?
Aug 26, 2022
c++
templates
c++20
c++-concepts
type-deduction
« Newer Entries
Older Entries »