Namespaces
Variants
Views
Actions

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

From cppreference.com
(mark c++0x features where necessary)
m (leave tags only for next revs: cbegin (C++11) for C++98-containers & cbegin (C++23) for `span`.)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{dcl list mem fun | cpp/container/{{{1|}}}/begin | title=begin<br> cbegin | returns an iterator to the beginning | notes=<br>{{cpp/container/mark c++0x}} }}
+
{{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}}}) |-