Poco::Detail

template < std::size_t I, std::size_t N >

struct TupleLess

Library: Foundation
Package: Core
Header: Poco/Tuple.h

Description

Convert TypeList to std::tuple Helper to compare tuples element by element for less-than

Member Summary

Member Functions: compare

Member Functions

compare static inline

template < typename T > static bool compare(
    const T & a,
    const T & b
);