Quick Links:

bal | bbl | bdl | bsl

Namespaces

Component bslstl_algorithm
[Package bslstl]

Provide implementations for algorithms not in the system library. More...

Namespaces

namespace  bslstl
namespace  bsl

Detailed Description

Outline
Purpose:
Provide implementations for algorithms not in the system library.
Classes:
Canonical Header:
bsl_algorithm.h
See also:
bsl+bslhdrs
Description:
This component is for internal use only. Please include <bsl_algorithm.h> instead. This component provides a namespace for implementations for standard algorithms that are not provided by the underlying standard library implementation. For example, any_of is a C++11 algorithm, and it is provided here for code using C++03.
Usage:
This component is for use by the bsl+bslhdrs package. Use bsl_algorithm.h directly.