9#ifndef BOOST_CLBL_TRTS_HAS_VOID_RETURN_HPP
10#define BOOST_CLBL_TRTS_HAS_VOID_RETURN_HPP
14namespace boost {
namespace callable_traits {
25struct has_void_return;
30 : std::is_same<typename detail::traits<
31 detail::shallow_decay<T>>::return_type, void> {};
33#ifdef BOOST_CLBL_TRTS_DISABLE_VARIABLE_TEMPLATES
37 static_assert(std::is_same<T, detail::dummy>::value,
38 "Variable templates not supported on this compiler.");
#define BOOST_CLBL_TRAITS_INLINE_VAR
typename std::remove_cv< typename std::remove_reference< T >::type >::type shallow_decay
typename BOOST_CLBL_TRTS_DISJUNCTION(function_object< unwrap_reference< T > >, function< T >, pmf< T >, pmd< T >, default_callable_traits< T >)::traits traits
BOOST_CLBL_TRAITS_INLINE_VAR constexpr bool has_void_return_v