proxygen
folly::padded::detail::padded_emplace_back_or_push_back_< Void, Container, Args > Struct Template Reference

#include <Padded.h>

Static Public Member Functions

static decltype(auto) go (Container &container, Args &&...args)
 

Detailed Description

template<typename Void, typename Container, typename... Args>
struct folly::padded::detail::padded_emplace_back_or_push_back_< Void, Container, Args >

Definition at line 160 of file Padded.h.

Member Function Documentation

template<typename Void , typename Container , typename... Args>
static decltype(auto) folly::padded::detail::padded_emplace_back_or_push_back_< Void, Container, Args >::go ( Container &  container,
Args &&...  args 
)
inlinestatic

Definition at line 161 of file Padded.h.

References testing::Args(), and testing::Value().

161  {
162  using Value = typename Container::value_type;
163  return container.push_back(Value(std::forward<Args>(args)...));
164  }
bool Value(const T &value, M matcher)

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