SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
memory File Reference

Provides C++20 additions to the <memory> header. More...

#include <memory>
+ Include dependency graph for memory:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 std
 SeqAn specific customisations in the standard namespace.
 

Functions

template<typename T >
constexpr auto std::to_address (const T &p) noexcept
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename T >
constexpr T * std::to_address (T *p) noexcept
 Obtain the address represented by p without forming a reference to the object pointed to by p. More...
 

Detailed Description

Provides C++20 additions to the <memory> header.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>