Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How to decide constexpr to return a reference or not

Rationale behind std::bool_constant

c++ c++17

Is difference between two pointers legal c++17 constant expression?

Will the C++17 standard include "std::byte"?

c++ standards c++17

std::reduce seems to convert results to integers [duplicate]

c++ c++17

C++1z Coroutines a language feature?

Is it faster to use iterator-based search-and-use in STL associative containers?

c++ c++17 c++20

A type that can hold both Foo* and std::shared_ptr<Foo>

c++ c++17

Why does std::numeric_limits<SomeStruct>::infinity() "work"?

How to let a variable be dependent on other variables inside a class?

How to filter a std::integer_sequence

c++ c++17

What is the difference between `auto` and `std::any`?

c++ c++17 auto stdany

How do you perform transformation to each element and append the result in c++?

c++ algorithm c++11 std c++17

Are there new guarantees regarding the evaluation of function arguments in C++17? [duplicate]

lambda capturing structured bindings [duplicate]