Unravel Engine C++ Reference
|
Namespaces | |
namespace | details |
Classes | |
struct | is_chrono_duration |
struct | is_chrono_duration< std::chrono::duration< R, P > > |
Functions | |
template<typename T , std::enable_if_t< is_chrono_duration< T >::value, void * > = nullptr> | |
auto | random_value (T min, T max) -> T |
template<typename T > | |
T | random_value () |
template<typename T , std::enable_if_t< std::is_integral< T >::value, void * > = nullptr> | |
auto | compare (const T &a, const T &b) -> bool |
template<typename T , std::enable_if_t< std::is_floating_point< T >::value, void * > = nullptr> | |
auto | compare (const T &a, const T &b, T epsilon=T(0.001)) -> bool |
|
inline |
Definition at line 50 of file tests_helper.h.
|
inline |
Definition at line 56 of file tests_helper.h.
|
inline |
Definition at line 44 of file tests_helper.h.
|
inline |
Definition at line 23 of file tests_helper.h.