The fallback_to_default
policy results in a default value if the attribute value cannot be extracted.
More...
#include <fallback_policy_fwd.hpp>
template<typename DefaultT>
struct boost::fallback_to_default< DefaultT >
The fallback_to_default
policy results in a default value if the attribute value cannot be extracted.
template<typename DefaultT >
template<typename DefaultT >
Enumerator |
---|
guaranteed_result |
|
template<typename DefaultT >
template<typename DefaultT >
Initializing constructor.
template<typename DefaultT >
template<typename FunT >
The method is called in order to apply a function object to the default value.
template<typename DefaultT >
template<typename FunT >
The method is called in order to apply a function object to the default value.
template<typename DefaultT >
The method is called when value extraction failed because the attribute value has different type than requested.
template<typename DefaultT >
The method is called when value extraction failed because the attribute value was not found.
The documentation for this struct was generated from the following file: