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

struct_path_hash.qbk « generated « doc « attic - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8eed842591a95095543d93c8f4ecc91c2ef0e69 (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
38
39
40
41
42
43
44
45
[/============================================================================
  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\structboost_1_1afio_1_1path__hash.xml]
[section:path_hash path_hash]
'''<?dbhtml-include href="disqus_identifiers/path_hash.html"?>'''

'''<indexterm><primary>path_hash</primary></indexterm>'''
A hasher for path. 

[heading Synopsis]
``struct path_hash
{
  std::hash< path::string_type > hasher;
};
``

[heading Member Function(s)]
[table
[[Function] [Description] [Parameters]  [Returns]]
[[``size_t operator()(const path & p)``

] [] [[* const path &]: ['p]:  



][

]
]
]

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

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