Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
cx::equal_to< T > Struct Template Reference

template<typename T>
struct cx::equal_to< T >

Definition at line 231 of file wildcards.hpp.

Public Member Functions

constexpr auto operator() (const T &lhs, const T &rhs) const -> decltype(lhs==rhs)

#include </home/stephan/code/root-2/main/src/wildcards.hpp>

Member Function Documentation

◆ operator()()

template<typename T>
auto cx::equal_to< T >::operator() ( const T & lhs,
const T & rhs ) const -> decltype(lhs==rhs)
inlineconstexpr

Definition at line 232 of file wildcards.hpp.


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