Type erased range of const objects with associated size information.
More...
|
template<typename U > |
| any_range (U &&u) |
|
template<typename U > |
| any_range (U &&u, const size_type size) |
|
bool | empty (void) const noexcept |
|
size_type | size (void) const |
|
const_iterator | begin (void) const noexcept |
|
const_iterator | end (void) const noexcept |
|
|
using | size_type = std::size_t |
|
using | const_iterator = typename range_type::const_iterator |
|
using | iterator = const_iterator |
|
template<typename T>
class stapl::runtime::any_range< T >
Type erased range of const objects with associated size information.
- Template Parameters
-
The documentation for this class was generated from the following file: