2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-25 06:42:25 +00:00
Files
tti/test/TestHasStaticMemberFunction.hpp
Edward Diener 344360c629 Changes to functionality for version 1.1
[SVN r68610]
2011-02-02 01:44:12 +00:00

13 lines
460 B
C++

#if !defined(TEST_HAS_STATIC_MEMBER_FUNCTION_HPP)
#define TEST_HAS_STATIC_MEMBER_FUNCTION_HPP
#include "TestStructs.hpp"
#include <boost/tti/TTIntrospection.hpp>
TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION(HaveTheSIntFunction,SIntFunction)
TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION(TheTIntFunction,TIntFunction)
TTI_HAS_STATIC_MEMBER_FUNCTION(TSFunction)
TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION(Pickedname,SomeStaticFunction)
#endif // TEST_HAS_STATIC_MEMBER_FUNCTION_HPP