本文介绍了在STL迭代器的上下文中,单数和非奇异值是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

C ++标准(2003)中的§24.1/ 5一节中的

我真的不明白粗体




  • 什么是奇异值和非奇异值?如何定义它们?


  • 迭代器也可以有不与任何容器相关联的奇异值

p>

我想这是它的定义。

因为如果它们不会,那么解除引用它们将是未定义的行为。


The section §24.1/5 from the C++ Standard (2003) reads,

I couldn't really understand the text shown in bold?

  • What is singular value and nonsingular value? How are they defined? And where?
  • How and why dereferenceable values are always nonsingular?

解决方案

I suppose that's its definition.

Because if they wouldn't, dereferencing them would be undefined behavior.

这篇关于在STL迭代器的上下文中,单数和非奇异值是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 10:22