hpx/type_support/unused.hpp¶
See Public API for a list of names and headers that are part of the public HPX API.
-
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 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&&)¶
-
constexpr
-
constexpr unused_type
-
namespace