Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/container/dsc begin"

From cppreference.com
m
m (leave tags only for next revs: cbegin (C++11) for C++98-containers & cbegin (C++23) for `span`.)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
{{dsc mem fun | cpp/container/{{{1|}}}/begin | title=begin<br> cbegin | returns an iterator to the beginning | notes={{cpp/container/if c++11|{{{1|}}}|{{cpp/container/mark std|{{{1|}}}}}{{#ifeq:{{{1|}}}|span|<br>{{mark c++23}}|}}|<br>{{mark c++11}} }} }}
+
{{dsc mem fun|cpp/container/{{{1|}}}/begin|title=begin<br>cbegin|returns an iterator to the beginning|notes=
 +
{{cpp/container/if c++98|{{{1|}}}|<br>{{mark c++11}}|{{#ifeq:{{{1|}}}|span|<br>{{mark c++23}}}}}}}}

Latest revision as of 14:43, 20 December 2023

|- class="t-dsc"

|

| returns an iterator to the beginning
(public member function of std::{{{1}}}) |-