Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Thoth::Utils::SharedInputView< Range > Struct Template Reference

#include <SharedInputView.hpp>

Classes

struct  Iterator
 

Public Member Functions

 SharedInputView (Range &&range)
 
Iterator begin ()
 

Static Public Member Functions

static std::default_sentinel_t end ()
 

Constructor & Destructor Documentation

◆ SharedInputView()

template<std::ranges::input_range Range>
Thoth::Utils::SharedInputView< Range >::SharedInputView ( Range &&  range)
explicit

Member Function Documentation

◆ begin()

template<std::ranges::input_range Range>
Iterator Thoth::Utils::SharedInputView< Range >::begin ( )

◆ end()

template<std::ranges::input_range Range>
static std::default_sentinel_t Thoth::Utils::SharedInputView< Range >::end ( )
static

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