A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://timsong-cpp.github.io/cppwp/n4659/vector.data below:

[vector.data]

26 Containers library [containers] 26.3 Sequence containers [sequences] 26.3.11 Class template vector [vector] 26.3.11.4 vector data [vector.data]

T* data() noexcept; const T* data() const noexcept;

1 #

Returns: A pointer such that [data(), data() + size()) is a valid range. For a non-empty vector, data() == addressof(front()).

2 #

Complexity: Constant time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4