NAH 1.0.6
Native Application Host - Library API Reference
Loading...
Searching...
No Matches
nah::Constraint Struct Reference

A single comparator constraint (e.g., ">=1.0.0" or "<2.0.0") More...

#include <semver.hpp>

Public Attributes

Comparator op
 
Version version
 

Detailed Description

A single comparator constraint (e.g., ">=1.0.0" or "<2.0.0")

Definition at line 48 of file semver.hpp.

Member Data Documentation

◆ op

Comparator nah::Constraint::op
Examples
/home/runner/work/nah/nah/include/nah/semver.hpp.

Definition at line 49 of file semver.hpp.

◆ version

Version nah::Constraint::version
Examples
/home/runner/work/nah/nah/include/nah/semver.hpp.

Definition at line 50 of file semver.hpp.


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