cppx-core
|
#include <cppx-core/language/syntax/macro-use.hpp>
#include <cppx-core/language/types/Truth.hpp>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | cppx::Map_< Key, Value > |
Namespaces | |
cppx | |
Functions | |
cppx::CPPX_USE_STD (unordered_map) | |
template<class Key , class Value , class Arg > | |
auto | cppx::is_in (const unordered_map< Key, Value > &map, const Arg &v) -> Truth |