From 3fdc3e5ee96dca5b11d1694975a65200787eab86 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:11:01 +0900 Subject: Imported Upstream version 1.66.0 --- .../boost/container/operator___idp66338880.html | 93 ++++++++++++++++++++++ 1 file changed, 93 insertions(+) create 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 new file mode 100644 index 0000000000..a312b2af7f --- /dev/null +++ b/doc/html/boost/container/operator___idp66338880.html @@ -0,0 +1,93 @@ + + + + +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