Home | Libraries | People | FAQ | More |
BOOST_CONTRACT_OVERRIDE — Declare an override type trait named override_func_name
.
// In header: <boost/contract/override.hpp>
BOOST_CONTRACT_OVERRIDE(func_name)
Declare the override type trait named override_func_name
to pass as an explicit template parameter to boost::contract::public_function
for public function overrides. Use BOOST_CONTRACT_NAMED_OVERRIDE
to generate an override type trait with a name different than override_func_name
(usually not needed).
See Also:
Parameters: |
|