advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
Public Types | Public Attributes | List of all members
advgetopt::validator_double::range_t Struct Reference

Public Types

typedef std::vector< range_tvector_t
 

Public Attributes

double f_maximum = std::numeric_limits<double>::max()
 
double f_minimum = std::numeric_limits<double>::min()
 

Detailed Description

Definition at line 66 of file validator_double.h.

Member Typedef Documentation

◆ vector_t

Definition at line 68 of file validator_double.h.

Member Data Documentation

◆ f_maximum

double advgetopt::validator_double::range_t::f_maximum = std::numeric_limits<double>::max()

Definition at line 71 of file validator_double.h.

◆ f_minimum

double advgetopt::validator_double::range_t::f_minimum = std::numeric_limits<double>::min()

Definition at line 70 of file validator_double.h.


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

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.