MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / is_binary

Function is_binary

extern/json/json.hpp:20587–20590  ·  view source on GitHub ↗

@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/

Source from the content-addressed store, hash-verified

20585 /// @brief return whether value is a binary array
20586 /// @sa https://json.nlohmann.me/api/basic_json/is_binary/
20587 constexpr bool is_binary() const noexcept
20588 {
20589 return m_type == value_t::binary;
20590 }
20591
20592 /// @brief return whether value is discarded
20593 /// @sa https://json.nlohmann.me/api/basic_json/is_discarded/

Callers 5

is_primitiveFunction · 0.85
get_impl_ptrFunction · 0.85
json.hppFile · 0.85
eraseFunction · 0.85
swapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected