MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / Json

Method Json

include/LightGBM/json11.hpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 // Implicit constructor: anything with a to_json() function.
93 template <class T, class = decltype(&T::to_json)>
94 Json(const T & t) : Json(t.to_json()) {}
95
96 // Implicit constructor: map-like objects (std::map, std::unordered_map, etc)
97 template <class M, typename std::enable_if<

Callers

nothing calls this directly

Calls 3

arrayClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected