BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
bio::ranges::back_insertable Concept Reference

Describes range types that can grow in amortised constant time by appending an element. More...

#include <bio/ranges/concept.hpp>

Concept definition

template<typename rng_t>
Describes range types that can grow in amortised constant time by appending an element of type val_t.
Definition: concept.hpp:66
Describes range types that can grow in amortised constant time by appending an element.
Definition: concept.hpp:74

Detailed Description

Describes range types that can grow in amortised constant time by appending an element.

Template Parameters
rng_tThe container type.