Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::equal_to Struct Reference

Public Types

using is_transparent = void
 

Public Member Functions

template<typename T , typename U >
CPP_TEMPLATE_AUX_0 c (requires equality_comparable_with< T, U >) ccconstexpr bool operator()(T &&t
 

Public Attributes

CPP_TEMPLATE_AUX_0 U &&u const
 

Member Data Documentation

◆ const

CPP_TEMPLATE_AUX_0 U&& u ranges::equal_to::const
Initial value:
{
return (T &&) t == (U &&) u