test_has_static_mem_fun.hpp 727 B

123456789101112131415161718
  1. // (C) Copyright Edward Diener 2011
  2. // Use, modification and distribution are subject to the Boost Software License,
  3. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt).
  5. #if !defined(TEST_HAS_STATIC_MEMBER_FUNCTION_HPP)
  6. #define TEST_HAS_STATIC_MEMBER_FUNCTION_HPP
  7. #include "test_structs.hpp"
  8. #include <boost/tti/has_static_member_function.hpp>
  9. BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION(HaveTheSIntFunction,SIntFunction)
  10. BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION(TheTIntFunction,TIntFunction)
  11. BOOST_TTI_HAS_STATIC_MEMBER_FUNCTION(TSFunction)
  12. BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION(Pickedname,SomeStaticFunction)
  13. #endif // TEST_HAS_STATIC_MEMBER_FUNCTION_HPP