mirror of
https://github.com/boostorg/tti.git
synced 2026-01-25 06:42:25 +00:00
13 lines
460 B
C++
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
|