COMBINATORIAL_BLAS  1.6
iosort::merge_tree< RanIt, Order, Splitter, Pred, Refiller, Alloc >::rebind< NewRefiller > Struct Template Reference

#include <funnel.h>

Public Types

typedef merge_tree< iterator, order, splitter, predicate, NewRefiller, allocatorother
 

Detailed Description

template<class RanIt, int Order = 2, class Splitter = default_splitter<Order>, class Pred = std::less<typename std::iterator_traits<RanIt>::value_type>, class Refiller = nop_refill<RanIt>, class Alloc = std::allocator<typename std::iterator_traits<RanIt>::value_type>>
template<class NewRefiller>
struct iosort::merge_tree< RanIt, Order, Splitter, Pred, Refiller, Alloc >::rebind< NewRefiller >

Definition at line 133 of file funnel.h.

Member Typedef Documentation

◆ other

template<class RanIt, int Order = 2, class Splitter = default_splitter<Order>, class Pred = std::less<typename std::iterator_traits<RanIt>::value_type>, class Refiller = nop_refill<RanIt>, class Alloc = std::allocator<typename std::iterator_traits<RanIt>::value_type>>
template<class NewRefiller>
typedef merge_tree<iterator, order, splitter, predicate, NewRefiller, allocator> iosort::merge_tree< RanIt, Order, Splitter, Pred, Refiller, Alloc >::rebind< NewRefiller >::other

Definition at line 133 of file funnel.h.


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