BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslfwd_bslmf_nil.h
Go to the documentation of this file.
1/// @file bslfwd_bslmf_nil.h
2///
3/// The content of this file has been pre-processed for Doxygen.
4///
5
6
7// bslfwd_bslmf_nil.h -*-C++-*-
8#ifndef INCLUDED_BSLFWD_BSLMF_NIL
9#define INCLUDED_BSLFWD_BSLMF_NIL
10
11/// @defgroup bslfwd_bslmf_nil bslfwd_bslmf_nil
12/// @brief Provide a forward-declaration for the corresponding BDE type.
13/// @addtogroup bsl
14/// @{
15/// @addtogroup bslfwd
16/// @{
17/// @addtogroup bslfwd_bslmf_nil
18/// @{
19///
20/// <h1> Outline </h1>
21/// * <a href="#bslfwd_bslmf_nil-purpose"> Purpose</a>
22/// * <a href="#bslfwd_bslmf_nil-description"> Description </a>
23///
24/// # Purpose {#bslfwd_bslmf_nil-purpose}
25/// Provide a forward-declaration for the corresponding BDE type.
26///
27/// @deprecated Do not use.
28///
29/// @see bslmf_nil
30///
31/// # Description {#bslfwd_bslmf_nil-description}
32/// This header provides a forward-declaration for the
33/// corresponding BDE type.
34/// @}
35/** @} */
36/** @} */
37
38/** @addtogroup bsl
39 * @{
40 */
41/** @addtogroup bslfwd
42 * @{
43 */
44/** @addtogroup bslfwd_bslmf_nil
45 * @{
46 */
47
48
49namespace bslmf {
50 struct Nil;
51} // close namespace bslmf
52
54
55
56#endif
57
58// ----------------------------------------------------------------------------
59// Copyright 2013 Bloomberg Finance L.P.
60//
61// Licensed under the Apache License, Version 2.0 (the "License");
62// you may not use this file except in compliance with the License.
63// You may obtain a copy of the License at
64//
65// http://www.apache.org/licenses/LICENSE-2.0
66//
67// Unless required by applicable law or agreed to in writing, software
68// distributed under the License is distributed on an "AS IS" BASIS,
69// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
70// See the License for the specific language governing permissions and
71// limitations under the License.
72// ----------------------------- END-OF-FILE ----------------------------------
73
74/** @} */
75/** @} */
76/** @} */
bslmf::Nil bslmf_Nil
Definition bslfwd_bslmf_nil.h:53
Definition bdlbb_blob.h:576
This struct is empty and represents a nil type.
Definition bslmf_nil.h:131