libstdc++
std::ratio_less_equal< _R1, _R2 > Struct Template Reference

#include <ratio>

Inheritance diagram for std::ratio_less_equal< _R1, _R2 >:
[legend]

Public Types

using type
 
using value_type
 

Public Member Functions

constexpr operator value_type () const noexcept
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename _R1, typename _R2>
struct std::ratio_less_equal< _R1, _R2 >

ratio_less_equal

Definition at line 454 of file ratio.

Member Typedef Documentation

◆ type

using std::integral_constant< bool, __v >::type
inherited

Definition at line 96 of file type_traits.

◆ value_type

using std::integral_constant< bool, __v >::value_type
inherited

Definition at line 95 of file type_traits.

Member Function Documentation

◆ operator value_type()

std::integral_constant< bool, __v >::operator value_type ( ) const
inlineconstexprnoexceptinherited

Definition at line 97 of file type_traits.

Member Data Documentation

◆ value

bool std::integral_constant< bool, __v >::value
staticconstexprinherited

Definition at line 94 of file type_traits.


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