template<class Container>
template<class Value1, class Source, class Value2 = decltype(*std::begin(*container_)), class Result = std::tuple< typename std::decay<Value1>::type, typename std::decay<Value2>::type>>
class folly::gen::detail::Zip< Container >::Generator< Value1, Source, Value2, Result >
Definition at line 114 of file Combine-inl.h.
template<class Container >
template<class Value1 , class Source , class Value2 = decltype(*std::begin(*container_)), class Result = std::tuple< typename std::decay<Value1>::type, typename std::decay<Value2>::type>>
template<class Handler >
Definition at line 126 of file Combine-inl.h.
References handler(), if(), std::tr1::make_tuple(), and folly::value().
129 if (iter == container_->end()) {
void handler(int, siginfo_t *, void *)
if(FOLLY_USE_SYMBOLIZER) add_library(folly_exception_tracer_base ExceptionTracer.cpp StackTrace.cpp) apply_folly_compile_options_to_target(folly_exception_tracer_base) target_link_libraries(folly_exception_tracer_base PUBLIC folly) add_library(folly_exception_tracer ExceptionStackTraceLib.cpp ExceptionTracerLib.cpp) apply_folly_compile_options_to_target(folly_exception_tracer) target_link_libraries(folly_exception_tracer PUBLIC folly_exception_tracer_base) add_library(folly_exception_counter ExceptionCounterLib.cpp) apply_folly_compile_options_to_target(folly_exception_counter) target_link_libraries(folly_exception_counter PUBLIC folly_exception_tracer) install(FILES ExceptionAbi.h ExceptionCounterLib.h ExceptionTracer.h ExceptionTracerLib.h StackTrace.h DESTINATION $
uint64_t value(const typename LockFreeRingBuffer< T, Atom >::Cursor &rbcursor)
const std::shared_ptr< const Container > container_