...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::container::operator<= — Lexicographically compares static_vectors.
// In header: <boost/container/static_vector.hpp> template<typename V, std::size_t C1, std::size_t C2, typename O1, typename O2> bool operator<=(static_vector< V, C1, O1 > const & x, static_vector< V, C2, O2 > const & y);
Complexity. Linear O(N).
Parameters: |
|
||||
Returns: |
|