Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

std::shared_ptr with aliasing constructor, is it possible the retrieve the initial pointer value?

c++ c++17 shared-ptr

ranges-v3 / sort confusion

boost range c++17 range-v3

Stream std::any without knowing the type

c++ c++17

Convert variadic template ints to switch statement

How to use a std::set as a data member with an explicit comparator member function?

c++ c++17 comparator stdset

Why `std::string_view` is not modifiable?

Why do we have to use additional construction when iterating variadic template parameters?

Lost about std::filesystem's clock conversions, in C++17 lacking clock_cast

c++ c++17 c++-chrono

c++ reversed integer sequence implementation

Why when I write noexcept before const i get an error

c++ c++17

Debugging C++ in (Neo)vim

c++ c++11 vim c++17 neovim

Union Template with std::variant and std::visit

c++ templates c++17 eigen

Why does structured binding declaration call destructor?

hidden friend in a class template name clashes with another symbol in inline namespace

Best practice: [[maybe_unused]] or anonymous argument?

c++ c++17 c++14

C++, BTree Insert

C++17 parameter pack expansion with function parameter evaluation

More specific template deduction

Implement a type trait for a class template that is true for the actual class template and classes that inherit it