ZeroErr
|
TestArgs is a class that is used to store the test arguments. 更多...
#include <unittest.h>
Public 成员函数 | |
TestArgs (std::initializer_list< T > args) | |
operator T () const | |
TestArgs & | operator++ () |
size_t | size () const |
void | reset () |
Public 属性 | |
std::vector< T > | args |
TestArgs is a class that is used to store the test arguments.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::vector<T> zeroerr::TestArgs< T >::args |