glbinding  2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Version.h File Reference
#include <iosfwd>
#include <string>
#include <set>
#include <utility>
#include <glbinding/glbinding_api.h>

Go to the source code of this file.

Classes

class  glbinding::Version
 The Version class represents an OpenGL feature, consisting of majow version and minor version, excluding the profile information. More...
 

Namespaces

 glbinding
 Contains all the classes of glbinding.
 

Functions

GLBINDING_API std::ostream & operator<< (std::ostream &stream, const glbinding::Version &version)
 The operator to allow Versions to be printed onto a std::ostream. More...
 

Function Documentation

◆ operator<<()

GLBINDING_API std::ostream& operator<< ( std::ostream &  stream,
const glbinding::Version version 
)

The operator to allow Versions to be printed onto a std::ostream.