cppx-core
Classes | Namespaces | Functions
Sorted_map_.hpp File Reference
#include <cppx-core/language/syntax/macro-use.hpp>
#include <cppx-core/language/types/Truth.hpp>
#include <map>
Include dependency graph for Sorted_map_.hpp:

Go to the source code of this file.

Classes

class  cppx::Sorted_map_< Key, Value >
 

Namespaces

 cppx
 

Functions

 cppx::CPPX_USE_STD (map)
 
template<class Key , class Value , class Arg >
auto cppx::is_in (const Sorted_map_< Key, Value > &map, const Arg &v) -> Truth