Types, list of types as Ra::Core::Utils::TypeList< ... > More...
#include </home/runner/work/Radium-Engine/Radium-Engine/src/Radium-Engine/tests/unittest/unittestUtils.hpp>
Public Types | |
using | types = Types |
Public Member Functions | |
template<typename T , typename std::enable_if< has_ostream_operator< T >::value, bool >::type = true> | |
void | operator() (const std::string &name, T &value) |
template<typename T , typename std::enable_if<!has_ostream_operator< T >::value, bool >::type = true> | |
void | operator() (const std::string &name, const T &) |
Types, list of types as Ra::Core::Utils::TypeList< ... >
Definition at line 62 of file unittestUtils.hpp.
using PrintAllHelper< Types >::types = Types |
Definition at line 63 of file unittestUtils.hpp.
|
inline |
Definition at line 74 of file unittestUtils.hpp.
|
inline |
Definition at line 67 of file unittestUtils.hpp.