Static Public Member Functions | List of all members
testing::details::ProviderPackFiller< TestEnv, Pack, Prov, Others... > Struct Template Reference

Helper to fill a provider pack: main specialisation. More...

#include <unit_test_base.h>

Static Public Member Functions

static void fill (TestEnv const &env, Pack &pack)
 
static void fill (TestEnv const &env, Pack &pack)
 

Detailed Description

template<typename TestEnv, typename Pack, typename Prov, typename... Others>
struct testing::details::ProviderPackFiller< TestEnv, Pack, Prov, Others... >

Helper to fill a provider pack: main specialisation.

Definition at line 1033 of file unit_test_base.h.

Member Function Documentation

template<typename TestEnv , typename Pack , typename Prov , typename... Others>
static void testing::details::ProviderPackFiller< TestEnv, Pack, Prov, Others... >::fill ( TestEnv const &  env,
Pack &  pack 
)
inlinestatic

Definition at line 1034 of file unit_test_base.h.

1035  {
1036  pack.set(env.template Provider<Prov>());
1038  } // fill()
def fill(s)
Definition: translator.py:93
template<typename TestEnv , typename Pack , typename Prov , typename... Others>
static void testing::details::ProviderPackFiller< TestEnv, Pack, Prov, Others... >::fill ( TestEnv const &  env,
Pack &  pack 
)
inlinestatic

Definition at line 1051 of file unit_test_base.h.

1052  {
1053  pack.set(env.template Provider<Prov>());
1055  } // fill()
def fill(s)
Definition: translator.py:93

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