When I hover cursor over the only explicit constructor specified for a C++ class I am working on, the Visual studio gives tool-tip with the constructor fully qualified signature and a "+1 overload" note. I assume that is either an automatically created copy, move, or a default parameter-less constructor. I am struggling to find what is that "+1 overload" actually is.
Any guidance where to look it up?