proxygen
folly::padded::detail::TransferReferenceConstness< From, To, typename std::enable_if<!std::is_const< typename std::remove_reference< From >::type >::value >::type > Struct Template Reference

#include <Padded.h>

Public Types

typedef std::add_lvalue_reference< To >::type type
 

Detailed Description

template<class From, class To>
struct folly::padded::detail::TransferReferenceConstness< From, To, typename std::enable_if<!std::is_const< typename std::remove_reference< From >::type >::value >::type >

Definition at line 206 of file Padded.h.

Member Typedef Documentation

template<class From , class To >
typedef std::add_lvalue_reference<To>::type folly::padded::detail::TransferReferenceConstness< From, To, typename std::enable_if<!std::is_const< typename std::remove_reference< From >::type >::value >::type >::type

Definition at line 211 of file Padded.h.


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