Groonga
Loading...
Searching...
No Matches
grn::numeric Namespace Reference

Functions

template<typename TYPE >
std::enable_if_t< std::is_integral_v< TYPE >, bool > is_zero (TYPE value)
 
template<typename TYPE >
std::enable_if_t< std::is_floating_point_v< TYPE >, bool > is_zero (TYPE value)
 

Function Documentation

◆ is_zero() [1/2]

template<typename TYPE >
std::enable_if_t< std::is_integral_v< TYPE >, bool > grn::numeric::is_zero ( TYPE  value)

◆ is_zero() [2/2]

template<typename TYPE >
std::enable_if_t< std::is_floating_point_v< TYPE >, bool > grn::numeric::is_zero ( TYPE  value)