Skip to content

Instantly share code, notes, and snippets.

#include <string>
#include "Recorder.hpp"
namespace {
/**
* 処理に失敗していたら例外を投げる
* @param message エラーメッセージ
* @param result 処理の結果
* @throws runtime_error 処理が失敗していた時
*/