proxygen
folly::detail::sorted_vector_enable_if_is_transparent< void_t< typename Compare::is_transparent >, Compare, Key, T > Struct Template Reference

#include <sorted_vector_types.h>

Public Types

using type = T
 

Detailed Description

template<typename Compare, typename Key, typename T>
struct folly::detail::sorted_vector_enable_if_is_transparent< void_t< typename Compare::is_transparent >, Compare, Key, T >

Definition at line 86 of file sorted_vector_types.h.

Member Typedef Documentation

template<typename Compare , typename Key , typename T >
using folly::detail::sorted_vector_enable_if_is_transparent< void_t< typename Compare::is_transparent >, Compare, Key, T >::type = T

Definition at line 91 of file sorted_vector_types.h.


The documentation for this struct was generated from the following file: