begin overloads

Synopses

Declared in <folly/Padded.h>

Returns an element iterator to the first element in the first Node.

template<class Container>
Iterator<Container::iterator>
begin(Container& c);

Returns a const element iterator to the first element in the first Node.

template<class Container>
Iterator<Container::const_iterator>
begin(Container const& c);

Return Value

  • An iterator to the first element.

  • A const iterator to the first element.

Parameters

Name

Description

c

The container of Node.

Created with MrDocs