variant2.adoc 555 B

1234567891011121314151617181920212223242526
  1. ////
  2. Copyright 2018 Peter Dimov
  3. Distributed under the Boost Software License, Version 1.0.
  4. See accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt
  6. ////
  7. # Boost.Variant2: A never valueless variant type
  8. Peter Dimov
  9. :toc: left
  10. :toclevels: 4
  11. :idprefix:
  12. :docinfo: private-footer
  13. :leveloffset: +1
  14. include::variant2/overview.adoc[]
  15. include::variant2/changelog.adoc[]
  16. include::variant2/design.adoc[]
  17. include::variant2/implementation.adoc[]
  18. include::variant2/reference.adoc[]
  19. include::variant2/copyright.adoc[]
  20. :leveloffset: -1