is_empty.qbk 740 B

1234567891011121314151617181920212223242526
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2015, Oracle and/or its affiliates.
  4. Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  5. Licensed under the Boost Software License version 1.0.
  6. http://www.boost.org/users/license.html
  7. =============================================================================/]
  8. [def __this_function__ is_empty]
  9. [heading_conformance_ogc __this_function__..IsEmpty]
  10. [include reference/status/is_empty_status.qbk]
  11. [heading Complexity]
  12. Constant-time
  13. [heading Example]
  14. [is_empty]
  15. [is_empty_output]
  16. [heading See also]
  17. * [link geometry.reference.algorithms.num_points num_points]