Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::bitwise_or Struct Reference

Public Types

using is_transparent = void
 

Public Member Functions

template<typename T , typename U >
constexpr auto operator() (T &&t, U &&u) const -> decltype((T &&) t|(U &&) u)