Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in std

std::string_view compile time hashing

c++ hash std c++17 string-view

Why am I able to use the names in the std namespace even though I'm "using namespace std;"?

c++ namespaces std

C++ std list sort with custom comparator that depends on an member variable for the object instance

c++ list sorting std

c++ overloading operator[] for std::pair

How to enable brace enclosed initializer lists for my own collection class?

C++ function call with default argument in std::array?

Is it possible to bind() *this to class member function to make a callback to C API

c++ boost std

std exceptions inviting unsafe usage?

std::less<> not working with my std::map

c++ stl std

C++ - stringstream << "overwriting"

c++ std stringstream

Container with constant time for accessing any element, pop from front and push back?

c++ containers std

Splitting a line of a csv file into a std::vector?

c++ csv vector std

Why does std::setprecision(6) stream more than six digits in fixed-width mode?

c++ std iostream c++03

Efficient way to get unique elements from a vector of pairs

c++ vector std

return value iterator of std::generate_n, what can you do with it?

Passing std::string in a library API

c++ stl std

Will std::queue front take front element out of the line?

c++ queue std

Using qsort() with class pointers

Is std::vector::size() allowed to require non-trivial computations? When would it make sense?

c++ stl vector std

C++ what is "instantiated from here" error?

c++ struct std