#include <string>
Go to the source code of this file.
|
void | openWebLink (std::string url) |
| Open url in default web browser. More...
|
|
template<typename T > |
int | min (T value1, T value2) |
| Get min value. More...
|
|
std::string | getFileName (const std::string &path) |
| Get filename from file path. More...
|
|
- Author
- Asiern (https://github.com/Asiern)
- Date
- 2021-08-27
- Copyright
- Copyright (c) 2021
◆ getFileName()
std::string getFileName |
( |
const std::string & |
path | ) |
|
|
inline |
Get filename from file path.
- Parameters
-
- Returns
- filename
◆ min()
template<typename T >
int min |
( |
T |
value1, |
|
|
T |
value2 |
|
) |
| |
Get min value.
- Parameters
-
- Returns
- min{value1, value2}
◆ openWebLink()
void openWebLink |
( |
std::string |
url | ) |
|
|
inline |
Open url in default web browser.
- Parameters
-
- Returns
- void