profiler  0.0
molpro::profiler::detail::Compare< AccessParameter > Struct Template Reference

#include <report.h>

Public Member Functions

bool operator() (const TreePath &l, const TreePath &r) const
 

Detailed Description

template<class AccessParameter>
struct molpro::profiler::detail::Compare< AccessParameter >

Less than comparison operator for TreePath with access to different parameters. The implicit equality condition (!Compare{}(a,b) && !Compare{}(b,a)) is false by design.

Member Function Documentation

◆ operator()()

template<class AccessParameter >
bool molpro::profiler::detail::Compare< AccessParameter >::operator() ( const TreePath l,
const TreePath r 
) const
inline