bson_value.get

Tries to get the value matching exactly this type. The type will convert between different floating point types and integral types as well as perform a conversion from integral types to floating point types.

struct bson_value
const
T
get
(
T
)
()
if (
__traits(compiles, GetVisitor!T)
)

Meta