StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
Classes | Namespaces
iterable.hxx File Reference
#include <StormByte/exception.hxx>
#include <StormByte/type_traits.hxx>
#include <iterator>
#include <utility>
#include <StormByte/iterable.txx>
Include dependency graph for iterable.hxx:

Go to the source code of this file.

Classes

class  StormByte::Iterable< Container >
 Wrapper that adds a uniform iteration and mutation API around a standard container. More...
 
class  StormByte::Iterable< Container >::Iterator
 Mutable iterator adapter over Container::iterator. More...
 
class  StormByte::Iterable< Container >::ConstIterator
 Const iterator adapter over Container::const_iterator. More...
 

Namespaces

namespace  StormByte
 Root namespace of the StormByte suite.