proxygen
folly::detail::DefaultValueWrapper< Container, Value > Struct Template Reference

#include <Format.h>

Public Member Functions

 DefaultValueWrapper (const Container &container, const Value &defaultValue)
 

Public Attributes

const Container & container
 
const Value & defaultValue
 

Detailed Description

template<class Container, class Value>
struct folly::detail::DefaultValueWrapper< Container, Value >

Definition at line 343 of file Format.h.

Constructor & Destructor Documentation

template<class Container, class Value>
folly::detail::DefaultValueWrapper< Container, Value >::DefaultValueWrapper ( const Container &  container,
const Value &  defaultValue 
)
inline

Definition at line 344 of file Format.h.

Member Data Documentation

template<class Container, class Value>
const Container& folly::detail::DefaultValueWrapper< Container, Value >::container

Definition at line 347 of file Format.h.

template<class Container, class Value>
const Value& folly::detail::DefaultValueWrapper< Container, Value >::defaultValue

Definition at line 348 of file Format.h.


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