proxygen
folly::replaceable_detail::default_and_move_ctor_mixin< T, bool, bool > Struct Template Reference

#include <Replaceable.h>

Inheritance diagram for folly::replaceable_detail::default_and_move_ctor_mixin< T, bool, bool >:
folly::Replaceable< T >

Detailed Description

template<class T, bool = std::is_default_constructible<T>::value, bool = std::is_move_constructible<T>::value>
struct folly::replaceable_detail::default_and_move_ctor_mixin< T, bool, bool >

Definition at line 181 of file Replaceable.h.


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