|
TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
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) |
| void cherrypi::utils::detail::cmergeInto | ( | std::map< K, V > & | dest, |
| U && | src | ||
| ) |
| void cherrypi::utils::detail::cmergeInto | ( | std::unordered_map< K, V > & | dest, |
| U && | src | ||
| ) |
| void cherrypi::utils::detail::cmergeInto | ( | T & | dest, |
| U && | src | ||
| ) |
1.8.11