proxygen
folly::detail::NestedMapType< T, pathLength, class > Struct Template Reference

#include <MapUtil.h>

Public Types

using type = typename NestedMapType< T, pathLength-1 >::type::mapped_type
 

Detailed Description

template<class T, size_t pathLength, class = typename std::enable_if<(pathLength > 0>
struct folly::detail::NestedMapType< T, pathLength, class >

Definition at line 190 of file MapUtil.h.

Member Typedef Documentation

template<class T , size_t pathLength, class = typename std::enable_if<(pathLength > 0>
using folly::detail::NestedMapType< T, pathLength, class >::type = typename NestedMapType<T, pathLength - 1>::type::mapped_type

Definition at line 191 of file MapUtil.h.


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