C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
web::json::number Member List

This is the complete list of members for web::json::number, including all inherited members.

details::_Number (defined in web::json::number)web::json::numberfriend
is_int32() const web::json::number
is_int64() const web::json::number
is_integral() const web::json::numberinline
is_uint32() const web::json::number
is_uint64() const web::json::numberinline
m_intval (defined in web::json::number)web::json::number
m_uintval (defined in web::json::number)web::json::number
m_value (defined in web::json::number)web::json::number
operator==(const number &other) const web::json::numberinline
to_double() const web::json::numberinline
to_int32() const web::json::numberinline
to_int64() const web::json::numberinline
to_uint32() const web::json::numberinline
to_uint64() const web::json::numberinline