xxtelebot
1.4.1.0
A simple Telegram Bot implementation in C++
Main Page
Namespaces
Classes
Files
File List
include
tgbot
utils
time.h
1
#ifndef TGBOT_UTILS_TIME_H
2
#define TGBOT_UTILS_TIME_H
3
4
#include <string>
5
6
namespace
tgbot
{
7
namespace
utils {
13
std::string
get_current_time
(
const
std::string &fmt);
14
15
}
// namespace utils
16
}
// namespace tgbot
17
18
#endif // TGBOT_UTILS_TIME_H
tgbot
Main tgbot namespace.
Definition:
bot.h:13
tgbot::utils::get_current_time
std::string get_current_time(const std::string &fmt)
get current localtime, with specific formatting
Generated by
1.8.11