MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / get

Method get

extern/json/json.hpp:2901–2904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2899 template<typename ValueType, typename std::enable_if<
2900 not std::is_pointer<ValueType>::value, int>::type = 0>
2901 ValueType get() const
2902 {
2903 return get_impl(static_cast<ValueType*>(nullptr));
2904 }
2905
2906 /*!
2907 @brief get a pointer value (explicit)

Callers 15

build_extensionMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
hasPropertyTypeMethod · 0.45
getPropertyMethod · 0.45
getListPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected