IN2OSM  1.0.1
GenericValue< Encoding, Allocator >::Number

#include <document.h>

Collaboration diagram for GenericValue< Encoding, Allocator >::Number:
Collaboration graph

Classes

struct  I
 
struct  U
 

Public Attributes

struct GenericValue::Number::I i
 
struct GenericValue::Number::U u
 
int64_t i64
 
uint64_t u64
 
double d
 

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
union GenericValue< Encoding, Allocator >::Number

Definition at line 1980 of file document.h.

Member Data Documentation

◆ d

double d

Definition at line 2002 of file document.h.

◆ i

◆ i64

int64_t i64

Definition at line 2000 of file document.h.

◆ u

◆ u64

uint64_t u64

Definition at line 2001 of file document.h.


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