Same Template struct, C++

前端 未结 0 1018
长情又很酷
长情又很酷 2020-12-17 00:37

Consider I have structs RGB and ARGB.

template
struct RGB {
    T r,g,b;
};

template
struct ARGB {
    T a,r,g,b;
}


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