9#ifndef BOOST_CLBL_TRTS_HAS_VARARGS_HPP
10#define BOOST_CLBL_TRTS_HAS_VARARGS_HPP
14namespace boost {
namespace callable_traits {
31 detail::shallow_decay<T>>::has_varargs {
37#ifdef BOOST_CLBL_TRTS_DISABLE_VARIABLE_TEMPLATES
41 static_assert(std::is_same<T, detail::dummy>::value,
42 "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_varargs_v
typename detail::traits< detail::shallow_decay< T > >::has_varargs type