Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Combining C++ standard algorithms by looping only once

c++ algorithm stl c++11 std

How to use tr1 with Visual Studio 2010 (tr1::function)?

function pointers for std::unordered_map

c++ c++11 std

Why not modify key of associative container?

c++ c++11 std language-lawyer

Initialising std::discrete_distribution in VS2013

Qt Concurrent or std::async for new code?

c++ qt c++11 std qtconcurrent

Why does a lock_guard on a mutex reference produce C26110

c++ c++11 visual-c++ c++17 std

std::error_code, my_error::check_block == my_error::validate && my_error::accept_block == my_error::validate

c++ c++11 std error-code

Is there a variant of std::lock_guard that unlocks at construction and locks at destruction in C++11?

c++ c++11 mutex std

Lifetime of references in STD collections

c++ c++11 map std

Boost multi-index container vs a multi-level mapping container based on std::unordered_map (map of maps)

Efficiently remove last element from std::list

c++ list c++11 stl std

Why doesn't std::string take a null pointer?

c++ string std null-pointer

Boost error conversion from ‘boost::filesystem3::path’ to non-scalar type ‘std::string

c++ string boost std

Can we rely on the reduce-capacity trick?

c++ std

Sort vector by even and odd indices. c++

c++ vector std

C++11 std::forward a pointer

c++ c++11 std

Why must std::visit have a single return type?

c++ std c++17

Does std::any_of guarantee the order of iteration when used with sequencial execution policy?

c++ std

Overloading (not specializing) templates in std namespace

c++ c++11 std language-lawyer