You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
James E. King III df0bbaafad Refresh CI 5 years ago
doc fix typo 6 years ago
example Added CI framework 6 years ago
include/boost/property_map Include mpl/if.hpp where needed 6 years ago
meta Add metadata file. 10 years ago
test Added CI framework 6 years ago
.gitattributes pending stuff from Boost Graph Library 24 years ago
.travis.yml Refresh CI 5 years ago
Jamfile Added CI framework 6 years ago
LICENSE Added CI framework 6 years ago
README.md Update README 6 years ago
appveyor.yml Refresh CI 5 years ago
index.html Restructured directories to match Boost conventions; fixed links and other minor issues in docs 15 years ago

README.md

PropertyMap, part of collection of the Boost C++ Libraries, defines a general purpose interface for mapping key objects to corresponding value objects, thereby hiding the details of how the mapping is implemented from algorithms.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
doc documentation
example examples
include headers
test unit tests

More information

  • Ask questions
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [property_map] tag at the beginning of the subject line.