proxygen
folly::test::TupleTo< std::tuple<>, std::tuple<> > Struct Template Reference

Static Public Member Functions

static std::tuple convert (const std::tuple<> &)
 

Detailed Description

template<>
struct folly::test::TupleTo< std::tuple<>, std::tuple<> >

Definition at line 87 of file TupleOpsTest.cpp.

Member Function Documentation

static std::tuple folly::test::TupleTo< std::tuple<>, std::tuple<> >::convert ( const std::tuple<> &  )
inlinestatic

Definition at line 88 of file TupleOpsTest.cpp.

References std::tr1::make_tuple(), and folly::T.

88  {
89  return std::make_tuple();
90  }
tuple make_tuple()
Definition: gtest-tuple.h:675

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