Zero  0.1.0
Classes | Functions
sm_options.h File Reference
#include <cstdint>
#include <string>
#include <map>

Go to the source code of this file.

Classes

class  sm_options
 Start-up parameters for the storage engine. See OPTIONS. More...
 

Functions

template<typename V >
const V & get_option_with_default (const std::map< std::string, V > &the_map, const std::string &option_name, const V &default_value)
 

Function Documentation

§ get_option_with_default()

template<typename V >
const V& get_option_with_default ( const std::map< std::string, V > &  the_map,
const std::string &  option_name,
const V &  default_value 
)