Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
directory_entry_hash

A hasher for directory_entry, hashing inode and birth time (if available on this platform).

Synopsis
struct directory_entry_hash
{
  // ...
};
Member Function(s)

Function

Description

Parameters

Returns

size_t operator()(const directory_entry & p)

const directory_entry &: p:

Header

#include <boost/afio/v2/afio.hpp>


PrevUpHomeNext