File json_number_cast.hpp
File List > backends > cxx > include > zmbt > core > json_number_cast.hpp
Go to the documentation of this file
#ifndef ZMBT_CORE_JSON_NUMBER_CAST_HPP_
#define ZMBT_CORE_JSON_NUMBER_CAST_HPP_
#include <boost/json.hpp>
namespace zmbt
{
boost::json::value real_to_number(double value);
boost::json::value real_to_number(std::int64_t value);
} // namespace zmbt
#endif