我是IDictionary<string, IParameter> QueryParameters,正在尝试给它赋值,但是我失败了。QueryParameters get return new Dictionary<string, IParameter>(); }
请谁能提供一些例子或让我知道如何赋值给
nullptr; // this does not compile, msvc complain "expression must be a modifiable lvalue我搞不懂为什么f中的赋值表达式可以编译,但g中的赋值表达式不能编译。我预计这两个赋值都会失败,因为数组类型是不可修改的。
任何对c++标准的引用都将受到欢迎。