BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
concept.hpp File Reference

Additional non-standard concepts for ranges. More...

#include <ranges>
#include <bio/alphabet/concept.hpp>
+ Include dependency graph for concept.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Concepts

concept  bio::ranges::const_iterable_range
 Specifies requirements of an input range type for which the const version of that type satisfies the same strength input range concept as the non-const version.
 
concept  bio::ranges::back_insertable_with
 Describes range types that can grow in amortised constant time by appending an element of type val_t.
 
concept  bio::ranges::back_insertable
 Describes range types that can grow in amortised constant time by appending an element.
 
concept  bio::ranges::back_emplaceable_with
 Describes range types that can grow in amortised constant time by appending an element which is constructed in place.
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::ranges
 The ranges module's namespace.
 

Detailed Description

Additional non-standard concepts for ranges.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>