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
Writing a C++ concept for a class that has a method which takes an std::array of arbitrary size
Sep 21, 2026
c++
templates
interface
c++-concepts
Why std::overload instead of concepts/constexpr if in std::visit?
Sep 21, 2026
c++
variant
c++-concepts
c++20
Why doesn't this requires clause return true when using declval?
Sep 20, 2026
c++
templates
c++-concepts
declval
Check if a type is a partial order
Sep 16, 2026
c++
c++20
c++-concepts
spaceship-operator
Breaking a circular dependency with C++ concepts and CRTP
Sep 16, 2026
c++
c++20
c++-concepts
crtp
Using c++ 20 Concept to check if a function returns a const value
Sep 14, 2026
c++
c++20
c++-concepts
Can we declare a struct as conforming to a concept?
Sep 11, 2026
c++
c++20
c++-concepts
c++20 How to make a constrained tuple like container that contains only the allowed types and an instance of itself
Sep 10, 2026
c++
c++20
c++-concepts
How to define a concept that requires T to have a T::inner member
Sep 10, 2026
c++
c++20
c++-concepts
requires-expression
Understanding the convertible_to concept in c++20
Sep 10, 2026
c++
c++20
c++-concepts
Outside class definition of member function enabled with concept
Sep 10, 2026
c++
c++20
c++-concepts
How could I make a concept<A, B> to check if type "A" is derived from template "B<...something...>"?
Sep 08, 2026
c++
c++20
c++-concepts
Does the type of std::vector<int>::iterator change when you increment it with '++'?
Sep 03, 2026
c++
c++20
stdvector
c++-concepts
How to define a 'concept' that uses a 'concept' in C++ 20?
Sep 04, 2026
c++
c++20
metaprogramming
c++-concepts
How to do a logical 'or' of requirements in a single concept?
Sep 02, 2026
c++
templates
c++20
c++-concepts
function-templates
Why is std::invocable concept blocking this code from compiling
Sep 01, 2026
c++
c++20
c++-concepts
invocable
How can you enable a class template member function only if a template argument was provided?
Sep 01, 2026
c++
templates
c++20
c++-concepts
member-functions
Implement a type trait for a class template that is true for the actual class template and classes that inherit it
Sep 01, 2026
c++
c++17
type-traits
c++-concepts
Older Entries »