std::logical_or - cppreference.com (original) (raw)

| | | | | ------------------------------------ | | ------------- | | template<> class logical_or<void>; | | (since C++14) |

std::logical_or<void> is a specialization of std::logical_or with parameter and return type deduced.

Contents

[edit] Nested types

[edit] Member functions

| | applies operator|| to lhs and rhs (public member function) | | -------------------------------------------------------------- |

[edit] Example