C++ Boost


ReadWritePropertyAccessor

A ReadWritePropertyAccessor can be used to read property values via the get() function and can be used to write property values via the put() function.

Refinement of

ReadablePropertyAccessor and WritablePropertyAccessor

Notation

PA A type that is a model of LvaluePropertyAccessor.

Associated Types

Property Accessor Category boost::property_traits<PA>::category The category of the property accessor must be a type convertible to read_write_property_accessor_tag.

See Also

Property accessor concepts

Copyright © 2000 Jeremy Siek, Univ.of Notre Dame (jsiek@lsc.nd.edu)