From b8cf34c691623e4ec329053cbbf68522a855882d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:12:59 +0900 Subject: Imported Upstream version 1.67.0 --- .../boost/container/operator___idp66338880.html | 93 ---------------------- 1 file changed, 93 deletions(-) delete mode 100644 doc/html/boost/container/operator___idp66338880.html (limited to 'doc/html/boost/container/operator___idp66338880.html') diff --git a/doc/html/boost/container/operator___idp66338880.html b/doc/html/boost/container/operator___idp66338880.html deleted file mode 100644 index a312b2af7f..0000000000 --- a/doc/html/boost/container/operator___idp66338880.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - -Function template operator>= - - - - - - - - - - - - - - - -
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
-
-
-PrevUpHomeNext -
-
-
-
-

Function template operator>=

-

boost::container::operator>= — Lexicographically compares static_vectors.

-
-

Synopsis

-
// In header: <boost/container/static_vector.hpp>
-
-
-template<typename V, std::size_t C1, std::size_t C2> 
-  bool operator>=(static_vector< V, C1 > const & x, 
-                  static_vector< V, C2 > const & y);
-
-

Description

-

- -

-

Complexity. Linear O(N).

-

-

-
---- - - - - - - - - - - -

Parameters:

---- - - - - - - - - - - -

x

The first static_vector.

y

The second static_vector.

Returns:

true if x don't compare lexicographically less than y.

-
-
- - - -
-
-
-PrevUpHomeNext -
- - -- cgit v1.2.3