C++学习之类型别名

    技术2022-07-11  97

    using

    using Pchar = char; using PFun = void(*)(int);

    typedef

    typedef char Pchar typedef void(*PFun)(int)
    Processed: 0.010, SQL: 9