Search code examples
Passing capturing lambda as function pointer...

c++c++11lambdafunction-pointers

Read More
Using new standard of C++...

c++c++11g++

Read More
GCC bug or not : default std::function?...

c++c++11gcclambdastd-function

Read More
Taglib rename file on save...

c++11

Read More
Easy way to implement small buffer optimization for arbitrary type erasure (like in std::function.)...

c++c++11

Read More
Why Does Disabling Non-Mandatory Copy Elision Result in Different Behaviors Before and After C++17...

c++c++11c++17copy-elisionnrvo

Read More
Boost asio thread_pool join does not wait for tasks to be finished...

c++11threadpoolboost-asio

Read More
Why is my move assignment operator not working properly? It appears it's messing rest of couts i...

c++c++11

Read More
Anonymous enum classes...

c++enumsc++11

Read More
Access index in range-for loop...

c++c++11

Read More
Futures vs. Promises...

c++c++11asynchronouspromisefuture

Read More
Problems when reading binary files in C++...

c++11binaryfilesifstream

Read More
What is an empty template argument <> while creating an object?...

c++templatesc++11

Read More
std::iota is very limited...

c++c++11

Read More
Is there a performance penalty with memory_order_relaxed?...

c++c++11optimizationatomic

Read More
Why does this C++ code give different output on different compilers?...

c++algorithmc++11gcc

Read More
What does iota of std::iota stand for?...

c++naming-conventionsc++11

Read More
How to pass function in class template without use of auto?...

c++11templates

Read More
g++ how to check if it supports lambda functions?...

c++11g++

Read More
How to initialize a union containing const data members in C++11...

c++c++11language-lawyerunionplacement-new

Read More
C++11 std::set lambda comparison function...

c++stlc++11lambdastd-function

Read More
Understanding std::atomic::compare_exchange_weak() in C++11...

c++multithreadingc++11atomicstdatomic

Read More
Enable GCC compiler C++11 flag by default on Windows...

c++c++11gcc

Read More
Why float division is faster than integer division in c++?...

performancec++11x86floating-pointdivision

Read More
Lookup table with constexpr...

c++c++11constexpr

Read More
Undefined symbol: vtable...

c++gccc++11vtable

Read More
Why is auto_ptr being deprecated?...

c++c++11smart-pointersauto-ptr

Read More
How to define function argument as an other function argument...

c++c++11

Read More
Generate random numbers of type T...

c++c++11

Read More
c++ std::bind keeping object alive...

c++c++11

Read More
BackNext