Lines Matching refs:library

3 The repository contains the Abseil C++ library code. Abseil is an open-source
5 standard library.
19 Abseil is an open-source collection of C++ library code designed to augment
20 the C++ standard library. The Abseil library code is collected from Google's
27 clearly within the library code we provide you.
29 Abseil is not meant to be a competitor to the standard library; we've
56 Abseil contains the following C++ library components:
59 <br /> The `base` library contains initialization code and other code which
61 other code (other than the C++ standard library).
63 <br /> The `algorithm` library contains additions to the C++ `<algorithm>`
64 library and container-based versions of such algorithms.
66 <br /> The `container` library contains additional STL-style containers,
69 <br /> The `debugging` library contains code useful for enabling leak
72 <br /> The `hash` library contains the hashing framework and default hash
75 <br /> The `memory` library contains C++11-compatible versions of
78 <br /> The `meta` library contains C++11-compatible versions of type checks
79 available within C++14 and C++17 versions of the C++ `<type_traits>` library.
81 <br /> The `numeric` library contains C++11-compatible 128-bit integers.
83 <br /> The `strings` library contains a variety of strings routines and
87 <br /> The `synchronization` library contains concurrency primitives (Abseil's
91 <br /> The `time` library contains abstractions for computing with absolute
95 <br /> The `types` library contains non-container utility types, like a
98 <br /> The `utility` library contains utility and helper code.
102 The Abseil C++ library is licensed under the terms of the Apache