C++17 — mapping types of member variables to std::optionals

后端 未结 0 693
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 14:35

How could I take some structure:

template
typedef struct something_t {
  int x;
  int y;
  T z;
} so         


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