You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using VD = std::variant<double, std::string_view>;
template structaccess_private::access<&VD::_M_index>;
...
VD vd;
accessor<"_M_index">(vd); // fail, because this member is hidden behind private base class