ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Add Variant::at #95

Closed ecorm closed 8 years ago

ecorm commented 8 years ago

Add at member functions to Variant, similar to std::vector::at, and std::map::at. This will simplify access to elements when accessing members from a constant Object variant.