...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
boost::logic::operator|| — Computes the logical disjunction of two tribools.
// In header: <boost/logic/tribool.hpp> BOOST_CONSTEXPR tribool operator||(tribool x, tribool y); BOOST_CONSTEXPR tribool operator||(tribool x, bool y); BOOST_CONSTEXPR tribool operator||(bool x, tribool y); BOOST_CONSTEXPR tribool operator||(indeterminate_keyword_t, tribool x); BOOST_CONSTEXPR tribool operator||(tribool x, indeterminate_keyword_t);
Возврат:
||
Броски:
Статья Function operator|| раздела The Boost C++ Libraries BoostBook Documentation Subset Reference может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Reference ::
реклама