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

Public Types

typedef std::vector< range_tvector_t
 

Public Attributes

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

Detailed Description

Definition at line 67 of file validator_integer.h.

Member Typedef Documentation

◆ vector_t

Definition at line 69 of file validator_integer.h.

Member Data Documentation

◆ f_maximum

std::int64_t advgetopt::validator_integer::range_t::f_maximum = std::numeric_limits<std::int64_t>::max()

Definition at line 72 of file validator_integer.h.

◆ f_minimum

std::int64_t advgetopt::validator_integer::range_t::f_minimum = std::numeric_limits<std::int64_t>::min()

Definition at line 71 of file validator_integer.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.