标准变体 问答列表

按给定条件拆分给定的 std::variant 类型

作者:Alexey Starinsky 提问时间:3/4/2020

如何按给定的变体类型 using V = std::variant<bool, char, std::string, int, float, double, std::vector<int>>; ...

变体中从基元类型到用户定义类型的隐式转换

作者:Horus 提问时间:8/22/2023

我有两个类和 hat 模仿各自的基元类型,应该在 .几乎可以编译的示例:IntBoolstd::variant #include <iostream> #include <string> #incl...


共2条 当前第1页