Home
last modified time | relevance | path

Searched defs:PP_CAT (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/callable_traits/test/
Dqualifier_metafunction_constraints.hpp12 #define PP_CAT(x, y) PP_CAT_(x, y) macro
16 struct PP_CAT(is_sub_failure_, CALLABLE_TRAIT_UNDER_TEST) { in PP_CAT() function
29 bool PP_CAT(test_, CALLABLE_TRAIT_UNDER_TEST)() { in PP_CAT() function
Dtest.hpp32 #define PP_CAT(x, y) PP_CAT_(x, y) macro