Skip to content

Variable is_infinite

variable is_infinite base

template <typename E>
constexpr inline bool is_infinite = expression_traits<E>::get_shape().has_infinity()

Inline variable that is true when the shape of E is infinite.

Template parameters
E Expression type.

Fully qualified name: kfr::is_infinite

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.