Issue in accessing structure element while doing a push_back in C++

前端 未结 0 1199
天涯浪人
天涯浪人 2020-11-28 05:25
 union hello
   {
      struct hi
      {
         uint8_t trees;
         uint8_t plants[2];
      }hi;
      uint8_t forest[sizeof(hi)];
   };

   struct world
            


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