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 to view this page for the latest version.
PrevUpHomeNext

Function null_old

boost::contract::null_old — Return a "null" old value.

Synopsis

// In header: <boost/contract/old.hpp>


old_value null_old();

Description

The related old value pointer will also be null. This function is usually only called by the code expanded by BOOST_CONTRACT_OLDOF.

See Also:

No Macros

Returns:

Null old value.


PrevUpHomeNext