kblib 0.2.3
General utilities library for modern C++
kblib::adjuster Struct Reference

#include <kblib/iterators.h>

Public Member Functions

constexpr adjuster (std::ptrdiff_t adj_) noexcept
 
constexpr operator std::ptrdiff_t () const noexcept
 

Public Attributes

std::ptrdiff_t adj
 

Detailed Description

Definition at line 545 of file iterators.h.

Constructor & Destructor Documentation

◆ adjuster()

constexpr kblib::adjuster::adjuster ( std::ptrdiff_t  adj_)
inlineconstexprnoexcept

Definition at line 547 of file iterators.h.

Member Function Documentation

◆ operator std::ptrdiff_t()

constexpr kblib::adjuster::operator std::ptrdiff_t ( ) const
inlineconstexprnoexcept

Definition at line 549 of file iterators.h.

Member Data Documentation

◆ adj

std::ptrdiff_t kblib::adjuster::adj

Definition at line 546 of file iterators.h.


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