proxygen
folly::detail::DoNotOptimizeAwayNeedsIndirect< T > Struct Template Reference

#include <Benchmark.h>

Public Types

using Decayed = typename std::decay< T >::type
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct folly::detail::DoNotOptimizeAwayNeedsIndirect< T >

Definition at line 246 of file Benchmark.h.

Member Typedef Documentation

template<typename T >
using folly::detail::DoNotOptimizeAwayNeedsIndirect< T >::Decayed = typename std::decay<T>::type

Definition at line 247 of file Benchmark.h.

Member Data Documentation

template<typename T >
constexpr bool folly::detail::DoNotOptimizeAwayNeedsIndirect< T >::value
static
Initial value:

Definition at line 252 of file Benchmark.h.


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