template<class TL, bool CONVERT_TO_VOID_P = std::is_pointer<typename std::decay<TL>::type>::value || std::is_function<typename std::decay<TL>::type>::value>
struct test_manager::convert_param< TL, CONVERT_TO_VOID_P >
Definition at line 167 of file test_manager.h.