Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
#include <spatial_equal.hpp>
Inherits key_compare.
Public Member Functions | |
Equal () | |
Equal (const typename Container::key_compare &cmp, const typename Container::key_type &value_) | |
Container::key_compare | key_comp () const |
Public Attributes | |
Container::key_type | value |
Definition at line 30 of file spatial_equal.hpp.
spatial::details::Equal< Container >::Equal | ( | ) |
Definition at line 32 of file spatial_equal.hpp.
spatial::details::Equal< Container >::Equal | ( | const typename Container::key_compare & | cmp, |
const typename Container::key_type & | value_ | ||
) |
Definition at line 34 of file spatial_equal.hpp.
Container::key_compare spatial::details::Equal< Container >::key_comp | ( | ) | const |
Definition at line 38 of file spatial_equal.hpp.
Container::key_type spatial::details::Equal< Container >::value |
Definition at line 41 of file spatial_equal.hpp.