MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / is_number_float

Function is_number_float

include/behaviortree_cpp/contrib/json.hpp:20652–20655  ·  view source on GitHub ↗

@brief return whether value is a floating-point number @sa https://json.nlohmann.me/api/basic_json/is_number_float/

Source from the content-addressed store, hash-verified

20650 /// @brief return whether value is a floating-point number
20651 /// @sa https://json.nlohmann.me/api/basic_json/is_number_float/
20652 constexpr bool is_number_float() const noexcept
20653 {
20654 return m_data.m_type == value_t::number_float;
20655 }
20656
20657 /// @brief return whether value is an object
20658 /// @sa https://json.nlohmann.me/api/basic_json/is_object/

Callers 2

is_numberFunction · 0.85
get_impl_ptrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected