MySQL 9.3.0
Source Code Documentation
mysql_harness::detail::SecureString< CharT, Traits, Allocator >::Alloc Struct Reference
Inheritance diagram for mysql_harness::detail::SecureString< CharT, Traits, Allocator >::Alloc:
[legend]

Public Member Functions

constexpr Alloc (const allocator_type &a)
 
constexpr Alloc (allocator_type &&a=allocator_type())
 

Public Attributes

pointer ptr_ = nullptr
 

Constructor & Destructor Documentation

◆ Alloc() [1/2]

template<typename CharT , typename Traits = std::char_traits<CharT>, typename Allocator = std::allocator<CharT>>
constexpr mysql_harness::detail::SecureString< CharT, Traits, Allocator >::Alloc::Alloc ( const allocator_type a)
inlineexplicitconstexpr

◆ Alloc() [2/2]

template<typename CharT , typename Traits = std::char_traits<CharT>, typename Allocator = std::allocator<CharT>>
constexpr mysql_harness::detail::SecureString< CharT, Traits, Allocator >::Alloc::Alloc ( allocator_type &&  a = allocator_type())
inlineexplicitconstexpr

Member Data Documentation

◆ ptr_

template<typename CharT , typename Traits = std::char_traits<CharT>, typename Allocator = std::allocator<CharT>>
pointer mysql_harness::detail::SecureString< CharT, Traits, Allocator >::Alloc::ptr_ = nullptr

The documentation for this struct was generated from the following file: