sandbox
Loading...
Searching...
No Matches
sbx::memory::iterable_adaptor< Iterator, Sentinel > Class Template Referencefinal

Public Types

using value_type = typename std::iterator_traits< Iterator >::value_type
 
using iterator = Iterator
 
using sentinel = Sentinel
 

Public Member Functions

constexpr iterable_adaptor (iterator from, sentinel to) noexcept(std::is_nothrow_move_constructible_v< iterator > &&std::is_nothrow_move_constructible_v< sentinel >)
 
constexpr auto begin () const noexcept -> iterator
 
constexpr auto end () const noexcept -> sentinel
 
constexpr auto cbegin () const noexcept -> iterator
 
constexpr auto cend () const noexcept -> sentinel
 

The documentation for this class was generated from the following file: