How to copy a Corba struct (containing an “any” type) into a C++ struct

后端 未结 0 1067
盖世英雄少女心
盖世英雄少女心 2020-12-12 02:37

In Corba, I have a struct like so:

module XYZ {
    typedef string AttributeName;  
    struct AttributeColumn {
        AttributeName name;              // C         


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