ChessPlusPlus
WIP
cplusplus.com Community Project
|
#include <Utilities.hpp>
Public Member Functions | |
Range (std::pair< ItT, ItT > const &range) noexcept | |
ItT | begin () const noexcept |
ItT | end () const noexcept |
Takes a std::pair of iterators (e.g. the return value of some standard algorithms) and uses it for begin and end member functions to be compatible with std::begin, std::end, and range-based for loops.
ItT | The iterator type, e.g. container::const_iterator |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |