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

#include <Replaceable.h>

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

Detailed Description

template<class T, bool = (std::is_destructible<T>::value) && (std::is_move_constructible<T>::value)>
struct folly::replaceable_detail::move_assignment_mixin< T, bool >

Definition at line 263 of file Replaceable.h.


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