BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslim_bslforwardstdheaderstest.h
Go to the documentation of this file.
1/// @file bslim_bslforwardstdheaderstest.h
2///
3/// The content of this file has been pre-processed for Doxygen.
4///
5
6
7// bslim_bslforwardstdheaderstest.h -*-C++-*-
8#ifndef INCLUDED_BSLIM_BSLSTANDARDHEADERTEST
9#define INCLUDED_BSLIM_BSLSTANDARDHEADERTEST
10
11#include <bsls_ident.h>
12BSLS_IDENT("$Id: $")
13
14/// @defgroup bslim_bslforwardstdheaderstest bslim_bslforwardstdheaderstest
15/// @brief Provide a location for testing `bsl` standard forwarding headers.
16/// @addtogroup bsl
17/// @{
18/// @addtogroup bslim
19/// @{
20/// @addtogroup bslim_bslforwardstdheaderstest
21/// @{
22///
23/// <h1> Outline </h1>
24/// * <a href="#bslim_bslforwardstdheaderstest-purpose"> Purpose</a>
25/// * <a href="#bslim_bslforwardstdheaderstest-classes"> Classes </a>
26/// * <a href="#bslim_bslforwardstdheaderstest-description"> Description </a>
27///
28/// # Purpose {#bslim_bslforwardstdheaderstest-purpose}
29/// Provide a location for testing `bsl` standard forwarding headers.
30///
31/// # Classes {#bslim_bslforwardstdheaderstest-classes}
32///
33///
34/// # Description {#bslim_bslforwardstdheaderstest-description}
35/// This component provides a location to define a set of tests for
36/// the inclusion of `bsl` standard library forwarding headers, and in
37/// particular to test `bsl_iosfwd.h`. These tests are located in
38/// `bslim` in order to allow the standard library types to be included through
39/// the standard `<bsl_*.h>` headers. Note that this component does not define
40/// any types or functions.
41/// @}
42/** @} */
43/** @} */
44
45/** @addtogroup bsl
46 * @{
47 */
48/** @addtogroup bslim
49 * @{
50 */
51/** @addtogroup bslim_bslforwardstdheaderstest
52 * @{
53 */
54
55#include <bslscm_version.h>
56
57#endif
58
59// ----------------------------------------------------------------------------
60// Copyright 2025 Bloomberg Finance L.P.
61//
62// Licensed under the Apache License, Version 2.0 (the "License");
63// you may not use this file except in compliance with the License.
64// You may obtain a copy of the License at
65//
66// http://www.apache.org/licenses/LICENSE-2.0
67//
68// Unless required by applicable law or agreed to in writing, software
69// distributed under the License is distributed on an "AS IS" BASIS,
70// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71// See the License for the specific language governing permissions and
72// limitations under the License.
73// ----------------------------- END-OF-FILE ----------------------------------
74
75/** @} */
76/** @} */
77/** @} */
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238