#include <array>
#include <optional>
#include <ostream>
#include <vector>
#include "fml/logging.h"
#include "impeller/geometry/matrix.h"
#include "impeller/geometry/point.h"
#include "impeller/geometry/saturated_math.h"
#include "impeller/geometry/scalar.h"
#include "impeller/geometry/size.h"
Go to the source code of this file.
◆ ONLY_ON_FLOAT
#define ONLY_ON_FLOAT |
( |
|
Return | ) |
DL_ONLY_ON_FLOAT_M(, Return) |
◆ ONLY_ON_FLOAT_M
#define ONLY_ON_FLOAT_M |
( |
|
Modifiers, |
|
|
|
Return |
|
) |
| |
Value: template <typename U = T> \
Modifiers std::enable_if_t<std::is_floating_point_v<U>, Return>
Definition at line 22 of file rect.h.