kblib 0.2.3
General utilities library for modern C++
kblib::detail_simple::simple_range< T > Struct Template Reference

#include <kblib/simple.h>

Public Attributes

const T & low
 
const T & high
 

Detailed Description

template<typename T>
struct kblib::detail_simple::simple_range< T >

Definition at line 54 of file simple.h.

Member Data Documentation

◆ high

template<typename T >
const T& kblib::detail_simple::simple_range< T >::high

Definition at line 56 of file simple.h.

◆ low

template<typename T >
const T& kblib::detail_simple::simple_range< T >::low

Definition at line 55 of file simple.h.


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