async_mqtt
5.0.0
Loading...
Searching...
No Matches
time_point.hpp
1
// Copyright Takatoshi Kondo 2020
2
//
3
// Distributed under the Boost Software License, Version 1.0.
4
// (See accompanying file LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
7
#if !defined(ASYNC_MQTT_UTIL_TIME_POINT_HPP)
8
#define ASYNC_MQTT_UTIL_TIME_POINT_HPP
9
10
#include <chrono>
11
12
namespace
async_mqtt {
13
14
using
time_point_t = std::chrono::time_point<std::chrono::steady_clock>;
15
16
}
// namespace async_mqtt
17
18
#endif
// ASYNC_MQTT_UTIL_TIME_POINT_HPP
include
async_mqtt
util
time_point.hpp
Generated by
1.10.0