Sequoia
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
sequoia::testing::perfectly_stringy_beast< CharT, Allocator > Struct Template Reference

Public Types

using allocator_type = Allocator
 
using string_type = std::basic_string< CharT, std::char_traits< CharT >, Allocator >
 

Public Member Functions

 perfectly_stringy_beast (const CharT *s)
 
 perfectly_stringy_beast (const CharT *s, const allocator_type &a)
 
 perfectly_stringy_beast (const allocator_type &a)
 
 perfectly_stringy_beast (const perfectly_stringy_beast &)=default
 
 perfectly_stringy_beast (const perfectly_stringy_beast &other, const allocator_type &a)
 
 perfectly_stringy_beast (perfectly_stringy_beast &&) noexcept=default
 
 perfectly_stringy_beast (perfectly_stringy_beast &&other, const allocator_type &a)
 
perfectly_stringy_beastoperator= (const perfectly_stringy_beast &)=default
 
perfectly_stringy_beastoperator= (perfectly_stringy_beast &&) noexcept=default
 
void swap (perfectly_stringy_beast &other) noexcept(noexcept(std::ranges::swap(this->x, other.x)))
 

Public Attributes

string_type x {}
 

Friends

void swap (perfectly_stringy_beast &lhs, perfectly_stringy_beast &rhs) noexcept(noexcept(lhs.swap(rhs)))
 
bool operator== (const perfectly_stringy_beast &, const perfectly_stringy_beast &) noexcept=default
 
template<class Stream >
Stream & operator<< (Stream &s, const perfectly_stringy_beast &b)
 
template<class Stream >
Stream & operator>> (Stream &s, perfectly_stringy_beast &b)
 

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