Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Managing trivial types

Why do char{} and char() work as a temporary variable for a char* argument?

std::in_place_t and friends in C++17

c++ language-lawyer c++17

How to provide deduction guide for nested template class?

Why do std::optional constructors use std::in_place?

c++ c++17 stdoptional

Why is an initializer_list of enum values not considered a constant expression?

No implicit conversion from std::string to std::string_view in C++17 (was in std::experimental::basic_string_view)

c++ c++17

C++: Can std::tuple_size/tuple_element be specialized?

c++ c++17

structured binding initializer inside if statement does not compile

Why structured bindings only work with auto

direct-initialization vs direct-list-initialization (C++)

Why does "const auto [x, y]" not behave as expected when binding to reference types?

How do I use std::optional in C++?

c++ c++17 stdoptional

Why is sfinae on if constexpr not allowed?

c++ c++17

Guaranteed elision and chained function calls

c++ c++17 copy-elision

Overload a lambda function

Why does std::atomic constructor behave different in C++14 and C++17

c++ c++14 c++17 stdatomic

struct to/from std::tuple conversion

c++ c++17

Function with a fixed amount of parameters determined by an integer

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

Get index by type in std::variant