Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to initialize static array from std::integer_sequence?

c++ templates c++17 std

std::begin - User-defined overloads not considered in type traits

c++ templates c++17 typetraits

Can std::hash<std::string> return the same value for different strings?

c++ c++11 c++17

std::remove() works as expected with literal but not with dereferenced iterator

c++ c++17

Prefer std::string in std::variant<bool, std::string> for const char *

Why is std::array<T,N>::begin() a constexpr since C++17?

Simplest way to pass a lambda as a method parameter in C++17

c++ c++17

Is my sorting question in ascending order a good solution?

c++ if-statement c++17 minmax

Template argument as function unnamed argument

Expand parameter pack with index using a fold expression

What's wrong with register keyword in C++? [duplicate]

Can concepts replace all other instances of the template keyword?

Is there an umbrella term for constructor/destructor methods?

std::string_view compile time hashing

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

Fill std::string directly from C API

c++ c++11 c++14 c++17

Lifetime of a temporary captured by reference in a closure stored in a class

Short-circuiting template specialization in std::disjunction

Partial class specialization using type traits

C++17 sequencing: post-increment on left side of assignment

Hard error when using std::invoke_result_t with a generic lambda