19 #ifndef IRCCD_CONFIG_HPP
20 #define IRCCD_CONFIG_HPP
27 #include "sysconfig.hpp"
30 #include <string_view>
50 static auto search(std::string_view name) -> std::optional<config>;
Read .ini configuration file for irccd.
Definition: config.hpp:39
config(std::string path="")
static auto search(std::string_view name) -> std::optional< config >
auto get_path() const noexcept -> const std::string &
Ini document description.
Definition: ini.hpp:376
Parent namespace.
Definition: acceptor.hpp:43