Policy that maps a binding to the storage type used to hold its value.

Synopsis

Declared in <folly/lang/bind/ToStorage.h>

template<
    typename,
    typename = void>
class bind_to_storage_policy;

Specializations

Name

Description

bind_to_storage_policy<binding_t<BI, BindingType>>

Storage policy specialization that binds `capture`s using the standard rules.

Created with MrDocs