문제

I have seen code like this:

struct failed_login_res {
     string errorMsg<>;
     unsigned int error;
};

What does the <> at the end mean? How is it different from normal declaration like string errorMsg?

Correction: this is for RPC stub, not C++ and I can confirm that it does compile. The question is then still valid.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top