Additional non-standard concepts for ranges. More...
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. | |
Additional non-standard concepts for ranges.