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

Help to resolve whether the type used is a builtin difference or not. More...

#include <spatial_builtin.hpp>

Inherits false_type.

Detailed Description

template<typename>
struct spatial::details::is_difference_builtin< typename >

Help to resolve whether the type used is a builtin difference or not.

Inherits import::true_type if it is one of the built-in difference functors, import::false_type if it is not. Designed to be used with spatial::enable_if.

Definition at line 162 of file spatial_builtin.hpp.


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