proxy_parameter_generator.h File Reference
#include <gtest/gtest.h>#include "interop/util/type_traits.h"#include "interop/util/static_assert.h"Go to the source code of this file.
Classes | |
| class | proxy_argument_generator< T, Proxy > |
| class | proxy_argument_iterator< T, Proxy > |
Namespaces | |
| illumina | |
| illumina::interop | |
| illumina::interop::unittest | |
Functions | |
| template<typename T , typename Proxy > | |
| ::testing::internal::ParamGenerator< typename T::parent_type > | ProxyValuesIn (T &object, const std::vector< Proxy > &values) |
Detailed Description
Lazy parameter generation of a persistent std::vector
- Note
- This code may only work with gtest 1.7.0
- Date
- 6/23/16
- Version
- 1.0
- Copyright
- GNU Public License.