libcopp  2.2.0
Public Member Functions
test_manager::pick_param< TL, TR, has_pointer, has_integer, all_integer > Struct Template Reference

#include <test_manager.h>

Collaboration diagram for test_manager::pick_param< TL, TR, has_pointer, has_integer, all_integer >:
Collaboration graph

Public Member Functions

pick_param_str_t operator() (const char *t)
 
pick_param_str_t operator() (const std::string &t)
 
template<typename T >
const T & operator() (const T &t)
 

Detailed Description

template<typename TL, typename TR, bool has_pointer, bool has_integer, bool all_integer>
struct test_manager::pick_param< TL, TR, has_pointer, has_integer, all_integer >

Definition at line 122 of file test_manager.h.

Member Function Documentation

◆ operator()() [1/3]

template<typename TL , typename TR , bool has_pointer, bool has_integer, bool all_integer>
pick_param_str_t test_manager::pick_param< TL, TR, has_pointer, has_integer, all_integer >::operator() ( const char *  t)
inline

Definition at line 123 of file test_manager.h.

◆ operator()() [2/3]

template<typename TL , typename TR , bool has_pointer, bool has_integer, bool all_integer>
pick_param_str_t test_manager::pick_param< TL, TR, has_pointer, has_integer, all_integer >::operator() ( const std::string &  t)
inline

Definition at line 124 of file test_manager.h.

◆ operator()() [3/3]

template<typename TL , typename TR , bool has_pointer, bool has_integer, bool all_integer>
template<typename T >
const T& test_manager::pick_param< TL, TR, has_pointer, has_integer, all_integer >::operator() ( const T &  t)
inline

Definition at line 127 of file test_manager.h.


The documentation for this struct was generated from the following file: