proxygen
folly::gen::detail::ValueTypeOfRange< Container > Struct Template Reference

#include <Base.h>

Public Types

using RefType = decltype(*std::begin(std::declval< Container & >()))
 
using StorageType = typename std::decay< RefType >::type
 

Detailed Description

template<class Container>
struct folly::gen::detail::ValueTypeOfRange< Container >

Definition at line 269 of file Base.h.

Member Typedef Documentation

template<class Container>
using folly::gen::detail::ValueTypeOfRange< Container >::RefType = decltype(*std::begin(std::declval<Container&>()))

Definition at line 271 of file Base.h.

template<class Container>
using folly::gen::detail::ValueTypeOfRange< Container >::StorageType = typename std::decay<RefType>::type

Definition at line 272 of file Base.h.


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