(08e24b2ba6847221abd35e9b994206b764d6b322)
#include <stddef.h>
#include <limits>
#include <type_traits>
#include "core/fxcrt/numerics/clamped_math_impl.h"
Go to the source code of this file.
|
template<typename T> |
constexpr ClampedNumeric< typename UnderlyingType< T >::type > | pdfium::internal::MakeClampedNum (const T value) |
template<template< typename, typename, typename > class M, typename L, typename R> |
constexpr ClampedNumeric< typename MathWrapper< M, L, R >::type > | pdfium::internal::ClampMathOp (const L lhs, const R rhs) |
template<template< typename, typename, typename > class M, typename L, typename R, typename... Args> |
constexpr auto | pdfium::internal::ClampMathOp (const L lhs, const R rhs, const Args... args) |
template<typename T> |
constexpr ClampedNumeric< typename UnderlyingType< T >::type > | pdfium::MakeClampedNum (const T value) |