Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
Statically resolve if key_compare used in the container corresponds
to one of the builtin library comparators or not.
More...
#include <spatial_builtin.hpp>
Inherits spatial::details::is_compare_builtin_helper< container_traits< Ct >::key_compare >.
Statically resolve if key_compare used in the container corresponds
to one of the builtin library comparators or not.
Designed to be used with enable_if.
Definition at line 61 of file spatial_builtin.hpp.