|
NLOHMANN_BASIC_JSON_TPL_DECLARATION void | swap (nlohmann::NLOHMANN_BASIC_JSON_TPL &j1, nlohmann::NLOHMANN_BASIC_JSON_TPL &j2) noexcept(//NOLINT(readability-inconsistent-declaration-parameter-name, cert-dcl58-cpp) is_nothrow_move_constructible< nlohmann::NLOHMANN_BASIC_JSON_TPL >::value &&//NOLINT(misc-redundant-expression) is_nothrow_move_assignable< nlohmann::NLOHMANN_BASIC_JSON_TPL >::value) |
| exchanges the values of two JSON objects
|
|
template<class T > |
void | swap (xgboost::IntrusivePtr< T > &x, xgboost::IntrusivePtr< T > &y) noexcept |
|
std::istream & | operator>> (std::istream &is, std::vector< int > &t) |
|
std::ostream & | operator<< (std::ostream &os, const std::vector< int > &t) |
|
Copyright by Contributors 2019