...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
BOOST_CONTRACT_OVERRIDE — Declare an override type named override_func_name
.
// In header: <boost/contract/override.hpp>
BOOST_CONTRACT_OVERRIDE(func_name)
Declare the override type to pass as an explicit template parameter to boost::contract::public_function
for public function overrides.
See Also:
Parameters: |
|