File get_info.hpp
File List > backends > cxx > include > zmbt > core > get_info.hpp
Go to the documentation of this file
#ifndef ZMBT_CORE_GET_INFO_HPP_
#define ZMBT_CORE_GET_INFO_HPP_
#include <thread>
namespace zmbt
{
std::string get_tid();
std::string tid2str(std::thread::id const tid);
std::size_t get_ts();
} // namespace zmbt
#endif