Botan  1.11.15
Namespaces | Functions
src/lib/utils/stl_util.h File Reference
#include <vector>
#include <string>
#include <map>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

template<typename T , typename Pred >
void Botan::map_remove_if (Pred pred, T &assoc)
template<typename K , typename V >
void Botan::multimap_insert (std::multimap< K, V > &multimap, const K &key, const V &value)
template<typename K , typename V >
Botan::search_map (const std::map< K, V > &mapping, const K &key, const V &null_result=V())
template<typename K , typename V , typename R >
Botan::search_map (const std::map< K, V > &mapping, const K &key, const R &null_result, const R &found_result)
std::vector< byte > Botan::to_byte_vector (const std::string &s)
template<typename T >
bool Botan::value_exists (const std::vector< T > &vec, const T &val)