Deduction Guide (CloudMonk.io)
"
deduction guide
- an
implicit
or
user-defined rule
that tells the
compiler
how to
deduce template argument
s for a
class template
from a
provided
initializer
—
available
as of
C++17
." (
EMCppSfe
2021
)