containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
TTree.Range
containers
ttree
TTree
Tree range
struct
TTree
(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
static
struct
Range (
ThisT
) {
this
();
ET
front
();
bool
empty
();
void
popFront
();
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
empty
bool
empty
()
Standard range operations
front
ET
front
()
popFront
void
popFront
()
Standard range operations
Meta
Source
See Implementation
containers
ttree
TTree
aliases
AllocatorType
Value
opSlice
put
constructors
this
destructors
~this
functions
contains
empty
equalRange
insert
length
lowerBound
opOpAssign
range
remove
upperBound
postblits
this(this)
structs
Range
Tree range