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++17
Mapping data members of a class
Aug 09, 2026
c++
c++17
data-members
How to add a parameter value when forwarding parameters to a variadic template function?
Aug 09, 2026
c++
templates
c++17
perfect-forwarding
function-templates
Is there any type defined in Standard Library which has copy constructor but doesn't have a move constructor?
Aug 08, 2026
c++
c++17
copy-constructor
move-constructor
Is it possible to iterate through enum members in a constexpr function, so the values are constexpr?
Aug 06, 2026
c++
c++17
Can a lambda be passed a as a template parameter in C++17?
Aug 08, 2026
c++
g++
c++17
Omit angle brackets when template has default parameters
Aug 07, 2026
c++
templates
language-lawyer
c++17
Splitting a string at compile time gives different results on different compilers
Aug 08, 2026
c++
gcc
visual-c++
clang
c++17
Should std::apply only apply to std::tuple?
Aug 07, 2026
c++
c++17
language-lawyer
stdtuple
stdapply
How to work around C++ std::string_view out-of-scope problem?
Aug 06, 2026
c++
c++17
How to swap two pointers in multi-threaded c++ 17 program?
Aug 07, 2026
c++
multithreading
c++17
Perfect forwarding of lambda arguments to member function, where member function is a non-type template parameter
Aug 07, 2026
lambda
c++17
variadic-templates
pointer-to-member
generic-lambda
How to convert element of variant to std::string ( c++ )
Aug 07, 2026
c++
c++17
Universal reference, infer std::list<T> and T
Aug 06, 2026
c++
templates
c++17
Using Arrays as Template Parameters With Default Values in C++17 and Earlier
Aug 05, 2026
c++
c++17
c++-templates
How to check if a member function or free function is for the exact given type(not any of its base)?
Aug 04, 2026
c++
c++17
c++20
template-meta-programming
Function which outputs several std::collections to CSV / row first iteration
Aug 06, 2026
c++
c++17
variadic-templates
Non-type variadic template parameter [duplicate]
Aug 04, 2026
c++
c++17
variadic-templates
Can std::call_once be reset?
Aug 05, 2026
c++
c++17
std-call-once
Hint the compiler to return by reference when using auto, without using -> [duplicate]
Aug 04, 2026
c++
reference
c++17
return-type
auto
« Newer Entries
Older Entries »