Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_macros.qbk « generated « doc « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bc006c4451ac9957bc02485e1f3659cf9e0f309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[/============================================================================
  Boost.AFIO

  Use, modification and distribution is subject to the Boost Software License,
  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  http://www.boost.org/LICENSE_1_0.txt)
=============================================================================/]


[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
[/ Generated from doxy/doxygen_output/xml\group__macros.xml]
[section:boost_afio_validate_inputs BOOST_AFIO_VALIDATE_INPUTS]
'''<?dbhtml-include href="disqus_identifiers/boost_afio_validate_inputs.html"?>'''

'''<indexterm><primary>BOOST_AFIO_VALIDATE_INPUTS</primary></indexterm>'''
Validate inputs at the point of instantiation. 

[heading Description]
Turns on the checking of inputs for validity and throwing of exception conditions at the point of instantiation rather than waiting until those inputs are sent for dispatch. This, being very useful for debugging, defaults to 1 except when [^`NDEBUG`] is defined i.e. final release builds. 

[heading Synopsis]
``#define BOOST_AFIO_VALIDATE_INPUTS``

[heading Parameters]

[table
[[Name] [Description] ]
]


[heading Header]
`#include <boost/afio/v2/afio.hpp>`


'''<?dbhtml-include href="disqus_comments.html"?>'''
[endsect]