proxygen
folly::detail::Overload< Case > Struct Template Reference

#include <Overload.h>

Inheritance diagram for folly::detail::Overload< Case >:

Public Member Functions

 Overload (Case c)
 

Detailed Description

template<typename Case>
struct folly::detail::Overload< Case >

Definition at line 51 of file Overload.h.

Constructor & Destructor Documentation

template<typename Case >
folly::detail::Overload< Case >::Overload ( Case  c)
inlineexplicit

Definition at line 52 of file Overload.h.

52 : Case(std::move(c)) {}
constexpr detail::Map< Move > move
Definition: Base-inl.h:2567
char c

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