#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
◆ b_date() [1/2]
bsoncxx::v_noabi::types::b_date::b_date |
( |
std::chrono::milliseconds | value | ) |
|
|
inlineexplicit |
Constructor for b_date.
- Parameters
-
value | Milliseconds since the system_clock epoch. |
◆ b_date() [2/2]
bsoncxx::v_noabi::types::b_date::b_date |
( |
const std::chrono::system_clock::time_point & | tp | ) |
|
|
inlineexplicit |
Constructor for b_date.
- Parameters
-
tp | A system_clock time_point. |
◆ operator int64_t()
bsoncxx::v_noabi::types::b_date::operator int64_t |
( |
| ) |
const |
|
inline |
Conversion operator unwrapping a int64_t.
◆ operator std::chrono::system_clock::time_point()
bsoncxx::v_noabi::types::b_date::operator std::chrono::system_clock::time_point |
( |
| ) |
const |
|
inline |
Conversion operator unwrapping a time_point.
◆ to_int64()
int64_t bsoncxx::v_noabi::types::b_date::to_int64 |
( |
| ) |
const |
|
inline |
Manually convert this b_date to an int64_t.
◆ operator!=()
free function comparator for b_date
◆ operator==()
free function comparator for b_date
The documentation for this struct was generated from the following file: