Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct null_mapped_region_function

boost::interprocess::null_mapped_region_function — No-op functor.

Synopsis

// In header: <boost/interprocess/mapped_region.hpp>


struct null_mapped_region_function {

  // public member functions
  bool operator()(void *, std::size_t, bool) const;
};

Description

null_mapped_region_function public member functions

  1. bool operator()(void *, std::size_t, bool) const;

PrevUpHomeNext