Provided by: libstdc++6-4.7-doc_4.7.4-3ubuntu12_all bug

NAME

       std::__detail -

SYNOPSIS

   Classes
       struct _List_node_base

   Functions
       template<class _Iterator > std::iterator_traits< _Iterator >::difference_type __distance_fw (_Iterator
           __first, _Iterator __last, std::input_iterator_tag)
       template<class _Iterator > std::iterator_traits< _Iterator >::difference_type __distance_fw (_Iterator
           __first, _Iterator __last, std::forward_iterator_tag)
       template<class _Iterator > std::iterator_traits< _Iterator >::difference_type __distance_fw (_Iterator
           __first, _Iterator __last)
       template<typename _Value , bool __cache> bool operator!= (const _Node_iterator_base< _Value, __cache >
           &__x, const _Node_iterator_base< _Value, __cache > &__y)
       template<typename _Key , typename _Value , typename _ExtractKey , typename _H1 , typename _H2 , typename
           _Hash , bool __cache> bool operator!= (const _Local_iterator_base< _Key, _Value, _ExtractKey, _H1,
           _H2, _Hash, __cache > &__x, const _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash,
           __cache > &__y)
       template<typename _Value , bool __cache> bool operator== (const _Node_iterator_base< _Value, __cache >
           &__x, const _Node_iterator_base< _Value, __cache > &__y)
       template<typename _Key , typename _Value , typename _ExtractKey , typename _H1 , typename _H2 , typename
           _Hash , bool __cache> bool operator== (const _Local_iterator_base< _Key, _Value, _ExtractKey, _H1,
           _H2, _Hash, __cache > &__x, const _Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash,
           __cache > &__y)

   Variables
       const unsigned long __prime_list []

Detailed Description

       Implementation details not part of the namespace std interface.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                                        Mon Jan 18 2016                             std::__detail(3cxx)