ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
iterable.hpp File Reference

Description:

This header-file is part of the module ALib EnumOps of the ALib C++ Framework.

Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.

Definition in file iterable.hpp.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alib::enumops::EnumIterator< TEnum >
struct  alib::enumops::IterableTraits< TEnum >
class  alib::enumops::EnumIterator< TEnum >::TRandomAccessIterator< TPointer, TReference >

Namespaces

namespace  alib
namespace  alib::enumops
namespace  alib::enumops::iterable

Concepts

concept  alib::enumops::IsIterable

Typedefs

template<typename TEnum>
using alib::EnumIterator = enumops::EnumIterator<TEnum>
 Type alias in namespace alib.

Functions

template<typename TEnum, typename TRhs = int>
ALIB_EXPORT constexpr TEnum alib::enumops::iterable::operator+ (TEnum element, TRhs summand) noexcept
template<typename TEnum, typename TRhs = int>
ALIB_EXPORT constexpr TEnum alib::enumops::iterable::operator- (TEnum element, TRhs subtrahend) noexcept