Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

Transforming a vector<std::unique_ptr<A>> to vector<A>

c++ vector std unique-ptr

Create new sorted vector without duplicates

c++ vector unique std

Indirect & Direct initialization of std::atomic in C++11/17. What are the differences?

c++ c++11 c++17 std stdatomic

why is std::copy faster than std::string constructor?

c++ performance std stdstring

how do I access the vector value std :: vector <cv :: Point2f> pto

c++ opencv std stdvector

std::list remove element by index

c++ list c++11 indexing std

How to convert `const std::vector<T*>` into `std::span<const T*>`

c++ c++20 std std-span

C++11 std::conditional at runtime?

How to correctly shim functionality into std?

c++ std

What is the behaviour of `ferror(FILE *)` and `std::ferror(FILE *)` when passed invalid pointers?

c++ c language-lawyer std libc

How to extract the remaining elements from std::sample

c++ std sample

How can I construct my objects allocated through std::allocator::allocate()?

c++ std c++20 allocator

Are there any 100% C++11 compatible implementations of std? [closed]

c++ c++11 std standard-library

Casting std::any back to its original type?

c++ casting std c++17

std containers iterator invalidation during erase [duplicate]

How to determine if a Type supports printing or formatting using C++ standard lib?

::tolower using std::transform [duplicate]

c++ transform std tolower

show full string from string with \0 chars

c++ std

Smart pointers with functions returning a pointer in an argument