23using v1::stdx::basic_string_view;
24using v1::stdx::string_view;
33#if defined(BSONCXX_API_OVERRIDE_DEFAULT_ABI)
35using v1::stdx::basic_string_view;
36using v1::stdx::string_view;
40using v_noabi::stdx::basic_string_view;
41using v_noabi::stdx::string_view;
Declares C++17 standard library polyfills.
Declares C++17 standard library polyfills.
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all bsoncxx library entities are declared.
Provides std::string_view-related polyfills for library API usage.