Skip to content

mpv::map::begin

paulusmas edited this page Jul 30, 2016 · 4 revisions

mpv::map::begin

iterator begin();
const_iterator begin() const;

Returns an iterator to the first element of the container. If the container is empty, the returned iterator will be equal to end().

See also

end -- returns an iterator to the end

Clone this wiki locally