C++ – enum in a namespace. c++c++11enumsnamespaces. Is there a point of doing somthing like this: namespace status{ enum status{ ok, error }; }. and use it ...
確定! 回上一頁