Reference proxy object to implement operator
[].
More...
#include <attribute_set.hpp>
Public Member Functions | |
attribute_set_reference_proxy (attribute_set *pContainer, key_type const &key) BOOST_NOEXCEPT | |
Constructor. More... | |
operator mapped_type () const BOOST_NOEXCEPT | |
Conversion operator (would be invoked in case of reading from the container) More... | |
mapped_type & | operator= (mapped_type const &val) const |
Assignment operator (would be invoked in case of writing to the container) More... | |
Reference proxy object to implement operator
[].
|
inlineexplicit |
Constructor.
|
inline |
Conversion operator (would be invoked in case of reading from the container)
References boost::attribute_set::end(), boost::attribute_set::find(), and boost::it.
|
inline |
Assignment operator (would be invoked in case of writing to the container)
References boost::attribute_set::insert(), and boost::phoenix::val().