Class operating_system_name
Synopsis
#include "breeze/environment/operating_system_name.hpp"
class operating_system_name
Description
A streamable description of the operating system.
Methods
to_string |
Source
Lines 27-31 in breeze/environment/operating_system_name.hpp.
class operating_system_name
{
public:
std::string to_string() const ;
} ;