MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
map.h File Reference

Go to the source code of this file.

Namespaces

namespace  helper
 
namespace  helper::container
 

Functions

template<typename Container >
Container::mapped_type helper::container::get_value_default (const Container &container, const typename Container::key_type &key, typename Container::mapped_type &&default_value)
 
template<typename Container >
bool helper::container::get_value (Container &container, const typename Container::key_type &key, typename Container::mapped_type *out)
 
template<typename Container , typename Output >
bool helper::container::get_value_other (Container &container, const typename Container::key_type &key, Output *out)
 
template<typename Container , typename Output >
bool helper::container::get_value_other (Container &container, const typename Container::key_type &key, Output out)