|
Groonga
|
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) |
| std::enable_if_t< std::is_integral_v< TYPE >, bool > grn::numeric::is_zero | ( | TYPE | value | ) |
| std::enable_if_t< std::is_floating_point_v< TYPE >, bool > grn::numeric::is_zero | ( | TYPE | value | ) |