constructor of class base work but its effect got canceled

后端 未结 0 441
自闭症患者
自闭症患者 2021-01-23 13:09

I have the following code

item.h

using item_t = char;

    constexpr item_t no_item=\'*\';
    constexpr item_t item1=\'a\';
    constexpr item_t item2=\'b         


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