GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type > Struct Template Reference

Specialization for binary_heap. More...

#include <priority_queue_base_dispatch.hpp>

Public Types

typedef binary_heap< _VTp, Cmp_Fn, _Alloc > type
 Dispatched type. More...
 

Detailed Description

template<typename _VTp, typename Cmp_Fn, typename _Alloc>
struct __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type >

Specialization for binary_heap.

Member Typedef Documentation

template<typename _VTp , typename Cmp_Fn , typename _Alloc >
typedef binary_heap<_VTp, Cmp_Fn, _Alloc> __gnu_pbds::detail::container_base_dispatch< _VTp, Cmp_Fn, _Alloc, binary_heap_tag, null_type >::type

Dispatched type.


The documentation for this struct was generated from the following file: