OrderedTree
.R/RcppExports.R
SPLITT-colon-colon-OrderedTree-colon-colon-LengthType.Rd
typedef Length LengthType;
A public typedef in class OrderedTree
.
A synonym for the template argument Length. Defines a type that can be
associated with a branch. Can be a basic type, e.g. double
, but also
a composite of several attributes on a branch, such as a double
length and an int
color.