OpenCPN Partial API docs
Loading...
Searching...
No Matches
semantic_vers.cpp File Reference

Implement semantic_vers.h – semantic version object. More...

#include "config.h"
#include <algorithm>
#include <cstdio>
#include <string>
#include <sstream>
#include "model/semantic_vers.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const SemanticVersion &v)
 Dump version string.
 

Detailed Description

Implement semantic_vers.h – semantic version object.

Definition in file semantic_vers.cpp.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  s,
const SemanticVersion v 
)

Dump version string.

Definition at line 104 of file semantic_vers.cpp.