访问序列 meaning in Chinese
access sequence
Examples
- Provides an interface that enables access to a serializer
提供一个支持访问序列化程序的接口。 - Obviously , the main reason sequences are useful is that it s easy to access the items in the sequence
很明显,序列较为有用的主要原因是它可以非常方便地访问序列中的条目。 - Method can also be used to iterate over a container , accessing each item in the sequence by using the appropriate index
方法还可用于迭代容器,通过使用适当的索引访问序列中的每一项。 - The methods do not access the serialization stream but instead allow you to alter the object before and after serialization , or before and after deserialization
这些方法不会访问序列化流,而是允许您在序列化或反序列化之前和之后更改对象。 - The member function returns a random - access iterator that points at the first element of the sequence ( or just beyond the end of an empty sequence )
这个函数返回一个可任意访问序列元素的迭代器,这个迭代器指向序列的第一个元素.然后你可以通过这个所谓的迭代器来遍历这个序列