Struct binary_heap_plus::MaxComparator [] [src]

pub struct MaxComparator;

For T that implements Ord, you can use this struct to quickly set up a max heap.

Trait Implementations

impl Clone for MaxComparator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MaxComparator
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Ord> Compare<T> for MaxComparator
[src]

[src]

Auto Trait Implementations

impl Send for MaxComparator

impl Sync for MaxComparator