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
Does providing an explicit deduction guide disable the generation/formation of implicit deduction guides
Sep 18, 2025
c++
c++17
language-lawyer
ctad
deduction-guide
How the synchronized_pool_resource actually works?
Sep 18, 2025
c++
c++17
allocator
c++pmr
What is the cleanest way of defining a no-delete pointer?
Sep 17, 2025
c++
c++17
smart-pointers
count std::optional types in variadic template tuple
Sep 17, 2025
c++
c++17
variadic-templates
variadic-tuple-types
Custom iterator for use in `std::sort`
Sep 17, 2025
c++
c++17
Test if elements are sorted with C++17 fold-expression
Sep 17, 2025
c++
c++17
fold-expression
Does "if constexpr(something false)" ALWAYS omit template instantiation
Sep 17, 2025
c++
language-lawyer
c++17
if-constexpr
template-instantiation
Fill a C++ array with numbers according to a pattern
Sep 17, 2025
c++
lambda
c++17
overloading std::to_string and std::to_chars for a custom type?
Sep 16, 2025
c++
c++17
std
Move object from local variable to std::shared_ptr
Sep 16, 2025
c++
c++17
shared-ptr
smart-pointers
What is the difference between std::trivially_copyable_v and std::is_pod_v (std::is_standard_layout && std::is_trivial_v)
Sep 17, 2025
c++
c++17
type-traits
How to create a tuple of vectors of type deduced from a variadic template in C++17?
Sep 17, 2025
c++
c++17
variadic-templates
stdtuple
structure-of-arrays
Is C++17 copy elision applied to placement new?
Sep 16, 2025
c++
c++17
Difference in overload selection of user-defined conversion operator between clang and gcc
Sep 16, 2025
c++
c++17
language-lawyer
Create an array inside a lambda capture
Sep 15, 2025
c++
c++17
tbb:concurrent_hash_map<K,V>: sample code for Intel Threading Building Blocks (TBB)
Sep 16, 2025
c++
multithreading
concurrency
c++17
tbb
Extracting parameter from auto template parameter callback [duplicate]
Sep 15, 2025
c++
c++17
template-meta-programming
Is taking a reference from a temporary valid C++ code?
Sep 15, 2025
c++
reference
c++17
temporary-objects
Why does the derived class have access to the private field of the base class?
Sep 14, 2025
c++
inheritance
c++17
friend
Why does std::vector's swap function have a different noexcept specification than all other container's swap functions?
Sep 15, 2025
c++
c++17
stdvector
swap
noexcept
« Newer Entries
Older Entries »