Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ctad

Type deduction for variadic templates

Why does C++ span's C style array constructor need type_identity_t?

c++ c++20 ctad std-span

CTAD rules regarding implicit deduction guides

c++ language-lawyer c++20 ctad

Syntax options for accepting capturing lambdas as constructor args and storing them in class

Non-type class template argument deduction

c++ templates ctad

Template deduction for template aliasing with default value

error: class template placeholder not permitted in this context

c++ tuples ctad

Does providing an explicit deduction guide disable the generation/formation of implicit deduction guides

Why does std::vector CTAD accept both int and double?

c++ c++17 ctad

Why can we not declare a deduction guide outside an inline namespace?

c++ templates c++17 ctad

User defined-deduction guide for nested template-types

c++ c++17 ctad

CTAD and designated initializers in C++20

What is the point of `std::make_optional`

Why does std::initializer_list in ctor not behave as expected?

Template rules in CRTP with MSVC

c++ c++17 ctad