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_
namespace zmbt
{
std::string get_tid();
std::size_t get_ts();
} // namespace zmbt
#endif