sandbox
Loading...
Searching...
No Matches
sbx::utility::start_end Struct Reference

Range specified by an explicit start and end index. More...

#include <iterator.hpp>

Public Member Functions

constexpr auto is_valid (const std::size_t size) const -> bool
 
constexpr auto start (const std::size_t size) const -> std::size_t
 
constexpr auto end (const std::size_t size) const -> std::size_t
 

Public Attributes

std::size_t begin_index
 
std::size_t end_index
 

Detailed Description

Range specified by an explicit start and end index.


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