bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
functions::min_max_t Struct Reference
Collaboration diagram for functions::min_max_t:
Collaboration graph

Public Attributes

double max_val
 
double min_val
 
bool monotonic
 

Friends

std::ostream & operator<< (std::ostream &stream, const min_max_t &v)
 

Detailed Description

Definition at line 23 of file RangeFunction.h.

Constructor & Destructor Documentation

◆ min_max_t()

functions::min_max_t::min_max_t ( )
inline

Definition at line 28 of file RangeFunction.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & stream,
const min_max_t & v )
friend

Definition at line 30 of file RangeFunction.h.

Member Data Documentation

◆ max_val

double functions::min_max_t::max_val

Definition at line 24 of file RangeFunction.h.

◆ min_val

double functions::min_max_t::min_val

Definition at line 25 of file RangeFunction.h.

◆ monotonic

bool functions::min_max_t::monotonic

Definition at line 26 of file RangeFunction.h.


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