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 bool_conversion

boost::move_upd::bool_conversion

Synopsis

// In header: <boost/move/default_delete.hpp>


struct bool_conversion {

  // public member functions
  int for_arg();

  // public data members
  int for_bool;
};

Description

bool_conversion public member functions

  1. int for_arg();

PrevUpHomeNext