Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
base::internal::IsLessOrEqual< L, R > Struct Template Reference

#include <safe_conversions_impl.h>

Static Public Member Functions

static constexpr bool Test (const L lhs, const R rhs)
 

Detailed Description

template<typename L, typename R>
struct base::internal::IsLessOrEqual< L, R >

Definition at line 721 of file safe_conversions_impl.h.

Member Function Documentation

◆ Test()

template<typename L , typename R >
static constexpr bool base::internal::IsLessOrEqual< L, R >::Test ( const L  lhs,
const R  rhs 
)
inlinestaticconstexpr

Definition at line 724 of file safe_conversions_impl.h.

724 {
725 return IsLessOrEqualImpl(lhs, rhs, DstRangeRelationToSrcRange<R>(lhs),
726 DstRangeRelationToSrcRange<L>(rhs));
727 }
constexpr bool IsLessOrEqualImpl(const L lhs, const R rhs, const RangeCheck l_range, const RangeCheck r_range)

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