AsyncFw
1.2
Async Framework is c++ runtime with timers, poll notifiers, sockets, coroutines, etc.
Loading...
Searching...
No Matches
Version.h
1
/*
2
Copyright (c) 2026 Alexandr Kuzmuk
3
4
This file is part of the AsyncFw project. Licensed under the MIT License.
5
See {Link: LICENSE file https://mit-license.org} in the project root for full license information.
6
*/
7
8
#pragma once
9
10
#include <string>
11
12
namespace
AsyncFw {
14
struct
Version
{
15
static
std::string str();
16
static
std::string git();
17
};
18
}
// namespace AsyncFw
AsyncFw::Version
The Version struct.
Definition
Version.h:14
main
Version.h
Generated by
1.13.2