Provided by: libstdc++-9-doc_9.5.0-4ubuntu2_all bug

NAME

       __gnu_profile::__stack_hash - Hash function for summary trace using call stack as index.

SYNOPSIS

       #include <profiler_node.h>

   Public Member Functions
       std::size_t operator() (__stack_t __s) const
       bool operator() (__stack_t __stack1, __stack_t __stack2) const

Detailed Description

       Hash function for summary trace using call stack as index.

       Definition at line 93 of file profiler_node.h.

Member Function Documentation

   std::size_t __gnu_profile::__stack_hash::operator() (__stack_t __s) const [inline]
       Definition at line 97 of file profiler_node.h.

   bool __gnu_profile::__stack_hash::operator() (__stack_t __stack1, __stack_t __stack2) const
       [inline]
       Definition at line 109 of file profiler_node.h.

Author

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