7 std::string m_doc_root;
20 [[nodiscard]]
inline const auto&
config() const noexcept {
return m_config; }
21 [[nodiscard]]
inline const auto&
doc_root() const noexcept {
return m_doc_root; }
const auto & config() const noexcept
Definition: general_store.hpp:20
Definition: config.hpp:15
AsyncStore async_store
Definition: general_store.hpp:10
const auto & doc_root() const noexcept
Definition: general_store.hpp:21
Definition: async_store.hpp:15
GeneralStore(IniConfig conf)
Definition: general_store.hpp:13
GeneralStore & operator=(const GeneralStore &)=delete
Definition: general_store.hpp:5