proxygen
folly::dynamic::NumericTypeHelper< T, typename std::enable_if< std::is_integral< T >::value >::type > Struct Template Reference

#include <dynamic-inl.h>

Public Types

using type = int64_t
 

Detailed Description

template<class T>
struct folly::dynamic::NumericTypeHelper< T, typename std::enable_if< std::is_integral< T >::value >::type >

Definition at line 391 of file dynamic-inl.h.

Member Typedef Documentation

template<class T >
using folly::dynamic::NumericTypeHelper< T, typename std::enable_if< std::is_integral< T >::value >::type >::type = int64_t

Definition at line 397 of file dynamic-inl.h.


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