hpx/type_support/always_void.hpp

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

namespace hpx
namespace util

Typedefs

template<typename ...T>
using always_void_t = typename always_void<T...>::type
template<typename ...T>
struct always_void

Public Types

template<>
using type = void