hpx/type_support/unused.hpp

See Public API for a list of names and headers that are part of the public HPX API.

Defines

HPX_UNUSED(x)
HPX_MAYBE_UNUSED
namespace hpx
namespace util

Variables

constexpr unused_type unused = unused_type()
struct unused_type

Public Functions

constexpr unused_type()
constexpr unused_type(unused_type const&)
constexpr unused_type(unused_type&&)
template<typename T>
constexpr unused_type(T const&)
template<typename T>
constexpr unused_type const &operator=(T const&) const
template<typename T>
unused_type &operator=(T const&)
constexpr unused_type const &operator=(unused_type const&) const
constexpr unused_type const &operator=(unused_type&&) const
unused_type &operator=(unused_type const&)
unused_type &operator=(unused_type&&)