Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
size.h File Reference
#include <algorithm>
#include <cmath>
#include <limits>
#include <ostream>
#include <string>
#include "impeller/geometry/scalar.h"

Go to the source code of this file.

Classes

struct  impeller::TSize< T >
 

Namespaces

namespace  impeller
 
namespace  std
 

Typedefs

using impeller::Size = TSize< Scalar >
 
using impeller::ISize = TSize< int64_t >
 

Functions

template<class T , class U , class = std::enable_if_t<std::is_arithmetic_v<U>>>
constexpr TSize< Timpeller::operator* (U s, const TSize< T > &p)
 
template<class T , class U , class = std::enable_if_t<std::is_arithmetic_v<U>>>
constexpr TSize< Timpeller::operator/ (U s, const TSize< T > &p)
 
template<class T >
std::ostream & std::operator<< (std::ostream &out, const impeller::TSize< T > &s)