Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 2,726 | 2,444 | ||
identity_type/ | 12-May-2024 | - | 690 | 500 | ||
meta/ | 12-May-2024 | - | 127 | 126 | ||
test/ | 12-May-2024 | - | 6,491 | 4,841 | ||
Assignable.html | D | 12-May-2024 | 2.6 KiB | 110 | 76 | |
CMakeLists.txt | D | 12-May-2024 | 831 | 29 | 22 | |
Collection.html | D | 12-May-2024 | 14.7 KiB | 535 | 353 | |
CopyConstructible.html | D | 12-May-2024 | 4 KiB | 186 | 135 | |
LessThanComparable.html | D | 12-May-2024 | 5.9 KiB | 211 | 129 | |
MultiPassInputIterator.html | D | 12-May-2024 | 4 KiB | 96 | 77 | |
OptionalPointee.html | D | 12-May-2024 | 5.9 KiB | 160 | 149 | |
README.md | D | 12-May-2024 | 1.3 KiB | 25 | 15 | |
call_traits.htm | D | 12-May-2024 | 27.1 KiB | 756 | 691 | |
checked_delete.html | D | 12-May-2024 | 673 | 16 | 15 | |
compressed_pair.htm | D | 12-May-2024 | 428 | 17 | 9 | |
enable_if.html | D | 12-May-2024 | 658 | 16 | 15 | |
in_place_factories.html | D | 12-May-2024 | 10.4 KiB | 297 | 248 | |
index.html | D | 12-May-2024 | 3 KiB | 51 | 50 | |
iterator_adaptors.htm | D | 12-May-2024 | 419 | 12 | 8 | |
operators.htm | D | 12-May-2024 | 77.2 KiB | 2,221 | 1,748 | |
sublibs | D | 12-May-2024 | 131 | 1 | 1 | |
throw_exception.html | D | 12-May-2024 | 666 | 16 | 15 | |
utility.htm | D | 12-May-2024 | 24.3 KiB | 584 | 493 | |
value_init.htm | D | 12-May-2024 | 25 KiB | 515 | 438 |
README.md
1#  2 3Boost.Utility, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides a number of smaller components, too small to be called libraries in their own right. See the documentation for the list of components. 4 5### Directories 6 7* **doc** - Documentation sources 8* **include** - Interface headers of Boost.Utility 9* **test** - Boost.Utility unit tests 10 11### More information 12 13* [Documentation](https://boost.org/libs/utility) 14* [Report bugs](https://github.com/boostorg/utility/issues/new). Be sure to mention Boost version, Boost.Utility component, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well. 15* 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](https://www.boost.org/LICENSE_1_0.txt). 16 17### Build status 18 19Master: [](https://travis-ci.org/boostorg/utility) 20Develop: [](https://travis-ci.org/boostorg/utility) 21 22### License 23 24Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). 25