remove_transaction_safe.hpp
Go to the documentation of this file.
18 BOOST_CLBL_TRTS_SFINAE_MSG(remove_transaction_safe, cannot_remove_transaction_safe_from_this_type)
sfinae_try< T, fail_when_same< U, invalid_type, ErrorType >, fail_when_same< U, reference_error, reference_type_not_supported_by_this_metafunction > > try_but_fail_if_invalid
Definition: utility.hpp:58
typename BOOST_CLBL_TRTS_DISJUNCTION(function_object< unwrap_reference< T > >, function< T >, pmf< T >, pmd< T >, default_callable_traits< T >)::traits traits
Definition: traits.hpp:25
detail::try_but_fail_if_invalid< typename detail::traits< T >::remove_transaction_safe, cannot_remove_transaction_safe_from_this_type > remove_transaction_safe_t
Definition: remove_transaction_safe.hpp:33
Definition: add_member_const.hpp:14
#define BOOST_CLBL_TRTS_SFINAE_MSG(origin, name)
Definition: sfinae_errors.hpp:56
#define BOOST_CLBL_TRTS_DEFINE_SFINAE_ERROR_ORIGIN(origin)
Definition: sfinae_errors.hpp:47
remove_transaction_safe_t< T > type
Definition: remove_transaction_safe.hpp:44
Definition: remove_transaction_safe.hpp:38