template struct tsl::detail_robin_hash::is_power_of_two_policy<tsl::rh::power_of_two_growth_policy<GrowthFactor>>

Overview

#include <robin_hash.h>

template <std::size_t GrowthFactor>
struct is_power_of_two_policy<tsl::rh::power_of_two_growth_policy<GrowthFactor>>: public std::true_type
{
};