std::__detail::_node_iterator(3) centos man page | unix.com

Query: std::__detail::_node_iterator

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

std::__detail::_Node_iterator< _Value, __constant_iterators, Library Funcstd::__detail::_Node_iterator< _Value, __constant_iterators, __cache >(3)

NAME
std::__detail::_Node_iterator< _Value, __constant_iterators, __cache > -
SYNOPSIS
Inherits std::__detail::_Node_iterator_base< _Value, __cache >. Public Types typedef std::ptrdiff_t difference_type typedef std::forward_iterator_tag iterator_category using pointer = typename std::conditional< __constant_iterators, const _Value *, _Value * >::type using reference = typename std::conditional< __constant_iterators, const _Value &, _Value & >::type typedef _Value value_type Public Member Functions _Node_iterator (__node_type *__p) void _M_incr () reference operator* () const _Node_iterator & operator++ () _Node_iterator operator++ (int) pointer operator-> () const Public Attributes __node_type * _M_cur Detailed Description template<typename _Value, bool __constant_iterators, bool __cache>struct std::__detail::_Node_iterator< _Value, __constant_iterators, __cache > Node iterators, used to iterate through all the hashtable. Definition at line 231 of file hashtable_policy.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Junstd::__detail::_Node_iterator< _Value, __constant_iterators, __cache >(3)
Related Man Pages
std::__profile::unordered_multiset(3) - debian
std::tr1::__detail::__numeric_constants(3) - debian
std::unordered_map(3) - debian
std::unordered_multimap(3) - debian
std::unordered_multiset(3) - debian
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!