C++ template metaprogramming nested switch statement

前端 未结 0 1798
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 08:09

Let\'s assume I have an union type (variant type) like this one (simplified just for demonstration purposes)

struct Value
{
  Type dtype;
  union
  {
    int6         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题