Argx 1.0.0-build
Simple argument parser made in C++
 
Loading...
Searching...
No Matches
argx::ARGXParam Struct Reference

#include <types.hpp>

Public Attributes

bool exists = false
 
std::vector< bool > subExists
 

Detailed Description

Definition at line 48 of file types.hpp.

Member Data Documentation

◆ exists

bool argx::ARGXParam::exists = false

Definition at line 50 of file types.hpp.

Referenced by argx::Argx::getParam().

◆ subExists

std::vector<bool> argx::ARGXParam::subExists

Definition at line 51 of file types.hpp.

Referenced by argx::Argx::getParam(), and argx::Argx::getSubParam().


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