Sequoia
|
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_beast & | operator= (const perfectly_stringy_beast &)=default |
perfectly_stringy_beast & | operator= (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) |