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

Definition at line 235 of file wildcards.hpp.

Public Member Functions

template<typename T, typename U>
constexpr auto operator() (T &&lhs, U &&rhs) const -> decltype(std::forward< T >(lhs)==std::forward< U >(rhs))

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

Member Function Documentation

◆ operator()()

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

Definition at line 237 of file wildcards.hpp.


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