MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsoncxx::types::b_double Struct Reference

#include <bsoncxx/v_noabi/bsoncxx/types.hpp>

Description

A BSON double value.

Public Member Functions

 operator double () const
 Conversion operator unwrapping a double.
 

Related Symbols

(Note that these are not member symbols.)

bool operator!= (b_double const &lhs, b_double const &rhs)
 free function comparator for b_double
 
bool operator== (b_double const &lhs, b_double const &rhs)
 free function comparator for b_double
 

Member Function Documentation

◆ operator double()

bsoncxx::v_noabi::types::b_double::operator double ( ) const
inline

Conversion operator unwrapping a double.

Friends And Related Symbol Documentation

◆ operator!=()

bool operator!= ( b_double const & lhs,
b_double const & rhs )
related

free function comparator for b_double

◆ operator==()

bool operator== ( b_double const & lhs,
b_double const & rhs )
related

free function comparator for b_double


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