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

Definition at line 223 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::less< void >::operator() ( T && lhs,
U && rhs ) const -> decltype(std::forward< T >(lhs)< std::forward< U >(rhs))
inlineconstexpr

Definition at line 225 of file wildcards.hpp.


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