|
MongoDB C++ Driver 4.1.4
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON UTF-8 encoded string value.
Public Member Functions | |
| template<typename T, detail::requires_not_t< int, detail::is_alike< b_string, T > > = 0> | |
| b_string (T &&t) | |
| Constructor for b_string. | |
| operator stdx::string_view () const | |
| Conversion operator unwrapping a string_view. | |
Related Symbols | |
(Note that these are not member symbols.) | |
| bool | operator!= (b_string const &lhs, b_string const &rhs) |
| free function comparator for b_string | |
| bool | operator== (b_string const &lhs, b_string const &rhs) |
| free function comparator for b_string | |
|
inlineexplicit |
Constructor for b_string.
| t | The value to wrap. |
|
inline |
Conversion operator unwrapping a string_view.
free function comparator for b_string
free function comparator for b_string