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++11
C++ standard: do namespace-scoped constexpr variables have internal linkage?
Aug 18, 2022
c++
c++11
language-lawyer
c++17
linkage
How can a function run "as if" on a new thread without doing so?
Aug 30, 2022
c++
multithreading
c++11
stdasync
How opencv 4.x API is different from previous version?
Sep 28, 2022
c++
opencv
c++11
How do I pass a C++11 random number generator to a function?
Sep 12, 2022
c++
random
c++11
Using `std::function<void(...)>` to call non-void function
Sep 13, 2022
c++
c++11
return-type
std-function
variadic template of a specific type
Sep 13, 2022
c++
gcc
c++11
variadic-templates
Does std::make_shared() use custom allocators?
Sep 13, 2022
c++
c++11
shared-ptr
make-shared
When is explicit move needed for a return statement?
Nov 01, 2020
c++
c++11
return
implicit-conversion
move-semantics
Template specialization on template member of template class
Nov 07, 2022
c++
templates
c++11
specialization
Which rules determine whether an object is trivially copyable
Jun 14, 2017
c++
c++11
move
Why is implicit conversion from const to non-const allowed?
Sep 12, 2022
c++
c++11
templates
constants
Best way to use emplace_back to avoid move constructor call?
Sep 15, 2022
c++
c++11
c++17
emplace
Substitution failure with `std::function` and previously deduced template parameter - why?
Sep 12, 2022
c++
c++11
templates
language-lawyer
template-argument-deduction
Can std::function be move-constructed from rvalue reference to a temporary functor object?
Sep 12, 2022
c++
c++11
std
rvalue-reference
what is the difference between std::call_once and function-level static initialization
Sep 12, 2022
multithreading
c++11
How to use noexcept in assignment operator with copy-and-swap idiom?
Dec 11, 2018
c++
c++11
noexcept
copy-and-swap
implicit conversion from class to enumeration type in switch conditional
Oct 28, 2021
c++
c++11
switch-statement
language-lawyer
implicit-conversion
Non-Movable C++17 Unique Pointer
Sep 12, 2022
c++
c++11
c++17
unique-ptr
When not to use `auto&&`?
Oct 22, 2019
c++
c++11
auto
universal-reference
How can I create a std::function with a custom allocator?
Sep 12, 2022
c++
c++11
allocator
« Newer Entries
Older Entries »