Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

config_service::get_value

Retrieve a configuration value.

virtual const char * get_value(
    const char * section,
    const char * key,
    char * value,
    std::size_t value_len) const;

PrevUpHomeNext