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 an older version of Boost and was released in 2022. The current version is 1.90.0.
BOOST_CONTRACT_NAMED_OVERRIDE — Declare an override type trait with an arbitrary name.
// In header: <boost/contract/override.hpp>
BOOST_CONTRACT_NAMED_OVERRIDE(type_name, func_name)Declare the override type trait named type_name to pass as an explicit template parameter to boost::contract::public_function for public function overrides.
See Also:
Parameters: |
|