Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | List of all members
base::internal::MathWrapper< M, L, R > Struct Template Reference

#include <safe_math_shared_impl.h>

Public Types

using math = M< typename UnderlyingType< L >::type, typename UnderlyingType< R >::type, void >
 
using type = typename math::result_type
 

Detailed Description

template<template< typename, typename, typename > class M, typename L, typename R>
struct base::internal::MathWrapper< M, L, R >

Definition at line 173 of file safe_math_shared_impl.h.

Member Typedef Documentation

◆ math

template<template< typename, typename, typename > class M, typename L , typename R >
using base::internal::MathWrapper< M, L, R >::math = M<typename UnderlyingType<L>::type, typename UnderlyingType<R>::type, void>

Definition at line 174 of file safe_math_shared_impl.h.

◆ type

template<template< typename, typename, typename > class M, typename L , typename R >
using base::internal::MathWrapper< M, L, R >::type = typename math::result_type

Definition at line 177 of file safe_math_shared_impl.h.


The documentation for this struct was generated from the following file: