#include "main.h"
Go to the source code of this file.
Macros | |
| #define | VERIFY_META_SQRT(X) VERIFY(internal::meta_sqrt<X>::ret == int(std::sqrt(double(X)))) |
Functions | |
| template<typename From , typename To > | |
| bool | check_is_convertible (const From &, const To &) |
| void | test_meta () |
| bool check_is_convertible | ( | const From & | , |
| const To & | |||
| ) |