TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Functions
cherrypi::utils::detail Namespace Reference

Functions

template<typename K , typename V , typename U >
void cmergeInto (std::map< K, V > &dest, U &&src)
 
template<typename K , typename V , typename U >
void cmergeInto (std::unordered_map< K, V > &dest, U &&src)
 
template<typename T , typename U >
void cmergeInto (T &dest, U &&src)
 

Function Documentation

template<typename K , typename V , typename U >
void cherrypi::utils::detail::cmergeInto ( std::map< K, V > &  dest,
U &&  src 
)
template<typename K , typename V , typename U >
void cherrypi::utils::detail::cmergeInto ( std::unordered_map< K, V > &  dest,
U &&  src 
)
template<typename T , typename U >
void cherrypi::utils::detail::cmergeInto ( T &  dest,
U &&  src 
)