![]() |
xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
Represents information about c++ libraries, such as the version and langauge identifier. This class cannot be inherited. More...
#include <cpp_language.h>
Public Member Functions | |
cpp_language (uint32_t cpp) | |
language_id | experimental_language () const noexcept |
bool | is_experimental_language () const noexcept |
bool | is_supported () const noexcept |
language_id | language () const noexcept |
int32_t | month () const noexcept |
std::string | name () const noexcept |
std::string | to_string () const noexcept |
Converts the value of this operating_system object to its equivalent string representation. More... | |
uint32_t | value () const noexcept |
const xtd::version & | version () const noexcept |
std::string | version_string () const noexcept |
int32_t | year () const noexcept |
Represents information about c++ libraries, such as the version and langauge identifier. This class cannot be inherited.