NAIA
|
#include <map>
#include <vector>
Go to the source code of this file.
Namespaces | |
NAIA | |
Functions | |
template<typename T , typename Key , typename Value > | |
std::enable_if < std::is_convertible< T, Key > ::value, bool >::type | NAIA::KeyExists (T key, const std::map< Key, Value > &container) |
template<typename T , typename Value > | |
std::enable_if < std::is_convertible< T, size_t >::value, bool >::type | NAIA::KeyExists (T key, const std::vector< Value > &container) |