Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
spatial::details::is_compare_builtin< Ct > Struct Template Reference

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 >.

Detailed Description

template<typename Ct>
struct spatial::details::is_compare_builtin< Ct >

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.


The documentation for this struct was generated from the following file: