List Question
20 TechQA 2024-03-18T16:32:35.377000Initialize std::array of certain type, but any size?
121 views
Asked by Andreas Loanjoe
Pre-C++17 replacement for CTAD?
93 views
Asked by HelpingHand
CTAD with aggregate initialization of nested templated base class
106 views
Asked by 303
CTAD rules regarding implicit deduction guides
104 views
Asked by 303
how to make a span class deduction which properly performs CTAD for rvalue arrays?
97 views
Asked by Krupip
Using array as a non type template parameter
100 views
Asked by iaks
CTAD with variable number of template arguments
118 views
Asked by tommsch
Conversion of std::vector to std::span<T>
961 views
Asked by TooTone
Is it possible to pass a braced-init-list as a template argument?
127 views
Asked by iaks
Can CTAD be used inside a member of the template class?
128 views
Asked by alfC
Passing designated initializers for a template class to a template function
63 views
Asked by dada_dave
CTAD fails for templated base class
111 views
Asked by glades
Why does C++ span's C style array constructor need type_identity_t?
144 views
Asked by cbhattac
why does CTAD result in a vector with iterators, not integers?
85 views
Asked by Tootsie
Why does std::vector CTAD accept both int and double?
1.5k views
Asked by Tootsie
Can a class template have more than one user defined deduction guide for the same constructor?
66 views
Asked by Amir Kirsh
Template argument deduction with alias template partially specializing a class template
93 views
Asked by Kevlar
error: class template placeholder not permitted in this context
1k views
Asked by glades
Can user-defined CTAD parameters be declared with auto&&?
30 views
Asked by VainMan
Why do you no longer need to use a deduction guide to create a lambda overload set in C++20?
123 views
Asked by jwezorek