template struct tsl::detail_robin_hash::make_void

Overview

#include <robin_hash.h>

template <typename T>
struct make_void
{
    // typedefs

    typedef void type;
};