refactor
This commit is contained in:
parent
cc1000e73b
commit
555824d913
@ -110,15 +110,12 @@ private:
|
||||
mutable std::recursive_mutex remote_mount_mutex_;
|
||||
|
||||
private:
|
||||
[[nodiscard]] auto get_database_value(const json &json_document,
|
||||
const std::string &name,
|
||||
database_type &dst, bool &success_flag)
|
||||
-> bool;
|
||||
auto get_database_value(const json &json_document, const std::string &name,
|
||||
database_type &dst, bool &success_flag) -> bool;
|
||||
|
||||
template <typename dest>
|
||||
[[nodiscard]] auto get_value(const json &json_document,
|
||||
const std::string &name, dest &dst,
|
||||
bool &success_flag) -> bool {
|
||||
auto get_value(const json &json_document, const std::string &name, dest &dst,
|
||||
bool &success_flag) -> bool {
|
||||
REPERTORY_USES_FUNCTION_NAME();
|
||||
|
||||
auto ret{false};
|
||||
|
Loading…
x
Reference in New Issue
Block a user