Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

How to return a class member vector in c++11

c++ c++11 std

Threadpool implementation: condition_variables vs. yield()

Weird behavior with a manually defined strlen

std::string and its automatic memory resizing

Are C++11 standard containers "final"?

c++ stl c++11 std

Why std::bind can be assigned to argument-mismatched std::function?

c++ function c++11 bind std

With Range v3 ranges, how to combine views and actions into a single pipeline?

c++ stl std range-v3

Is there any reason why `std::exchange` is not `constexpr`?

c++ c++14 std constexpr

Is returning a C++ std::string object safe from memory leaks?

c++ string memory-leaks std

What does the "::" mean in "::tolower"?

MinGW error: 'min' is not a member of 'std'

c++ max std min

C++: Is all of "std" cross platform?

How to sum all values in the std::map?

c++ map std

Why don't unordered associative containers implement the less than operator?

c++ c++11 stl std

STL + Ordered set + without duplicates

C++ std::set::erase with std::remove_if

c++ stl set std

Why is using vector of pointers considered bad?

c++ pointers vector std

error: static assertion failed: std::thread arguments must be invocable after conversion to rvalues

c++ linux multithreading std

Why is std::less better than "<"?

c++ std

Why do I need to write "std::string" but not "std::getline()"?

c++ include std