We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log_channel::remove_entry(storage_id, key, write_version)
log_channel::add_storage(storage_id, write_version)
log_channel::remove_storage(storage_id, write_version)
log_channel::truncate_storage(storage_id, write_version)
The text was updated successfully, but these errors were encountered:
ドキュメント: https://github.com/project-tsurugi/limestone/blob/master/docs/datastore-if.md
ヘッダファイル: https://github.com/project-tsurugi/limestone/blob/master/include/limestone/api/log_channel.h
Sorry, something went wrong.
仕様としては良さそうに見えるけど、I/O しうるのに noexcept を入れてしまうといろいろと制約が強いのでは?
noexcept
t-horikawa
No branches or pull requests
log_channel::remove_entry(storage_id, key, write_version)
log_channel::add_storage(storage_id, write_version)
log_channel::remove_storage(storage_id, write_version)
log_channel::truncate_storage(storage_id, write_version)
The text was updated successfully, but these errors were encountered: