rangeless::fn
rangeless::fn::impl::gt< T > Struct Template Reference

#include <fn.hpp>

Public Member Functions

bool operator< (const gt &other) const
 
bool operator== (const gt &other) const
 
template<typename Arg >
auto operator() (const Arg &arg) const -> gt< decltype(val(arg))>
 

Public Attributes

val
 

Detailed Description

template<typename T>
struct rangeless::fn::impl::gt< T >

Definition at line 750 of file fn.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
template<typename Arg >
auto rangeless::fn::impl::gt< T >::operator() ( const Arg &  arg) const -> gt<decltype(val(arg))>
inline

Definition at line 773 of file fn.hpp.

◆ operator<()

template<typename T >
bool rangeless::fn::impl::gt< T >::operator< ( const gt< T > &  other) const
inline

Definition at line 760 of file fn.hpp.

◆ operator==()

template<typename T >
bool rangeless::fn::impl::gt< T >::operator== ( const gt< T > &  other) const
inline

Definition at line 766 of file fn.hpp.

Member Data Documentation

◆ val

template<typename T >
T rangeless::fn::impl::gt< T >::val

Definition at line 752 of file fn.hpp.


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