Newbetuts
.
New posts in std
Conversion from boost::shared_ptr to std::shared_ptr?
c++
boost
shared-ptr
std
using BOOST_FOREACH with std::map
c++
boost
foreach
maps
std
Simplification of appender function using std::accumulate
c++
append
std
Element at index in a std::set?
c++
set
std
C++ When is it OK to extend the `std` namespace?
c++
c++11
namespaces
std
C++ Add months to chrono::system_clock::time_point
c++
c++11
std
chrono
Why does the C++ standard algorithm "count" return a difference_type instead of size_t?
c++
std
Best way to append vector to vector [duplicate]
c++
c++11
vector
append
std
Initializing a std::map when the size is known in advance
c++
dictionary
std
stoi and std::to_string on mingw 4.7.1 [duplicate]
c++
c++11
mingw
std
Is there "magic" in the STL? [closed]
c++
stl
std
Which std::sync::atomic::Ordering to use?
std
rust
sync
atomic
Transferring the ownership of object from one unique_ptr to another unique_ptr in C++11?
c++
c++11
std
move-semantics
Search a vector of objects by object attribute
c++
gcc
stl
std
Forward Declaration of variables/classes in std namespace
c++
class
std
forward-declaration
how to compare two std::set?
c++
set
std
const unsigned char * to std::string
c++
std
Does clearing a vector affect its capacity?
c++
vector
size
std
capacity
Sorting a vector of objects by a property of the object
c++
sorting
std
std::remove_const with const references
c++
templates
c++11
std
Prev
Next