semver-utils  1.1.2
Public Member Functions | List of all members
semver::prerelease_component Class Reference

Class that represents a prerelease identifier. More...

#include <version.hpp>

Public Member Functions

 prerelease_component (std::string s)
 
bool operator< (const prerelease_component &rh) const
 
bool operator> (const prerelease_component &rh) const
 
bool operator== (const prerelease_component &v) const
 

Detailed Description

Class that represents a prerelease identifier.

This class represents a prerelease identifier complying with Semantic Versioning 2.0.0 (http://semver.org/).


The documentation for this class was generated from the following files: