proxygen
folly::threadlocal_detail::static_meta_of< ThreadLocal< T, Tag, AccessMode > > Struct Template Reference

#include <ThreadLocal.h>

Public Types

using type = StaticMeta< Tag, AccessMode >
 

Detailed Description

template<typename T, typename Tag, typename AccessMode>
struct folly::threadlocal_detail::static_meta_of< ThreadLocal< T, Tag, AccessMode > >

Definition at line 466 of file ThreadLocal.h.

Member Typedef Documentation

template<typename T , typename Tag , typename AccessMode >
using folly::threadlocal_detail::static_meta_of< ThreadLocal< T, Tag, AccessMode > >::type = StaticMeta<Tag, AccessMode>

Definition at line 467 of file ThreadLocal.h.


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