LLVM  8.0.1
Static Public Attributes | List of all members
llvm::itanium_demangle::FloatData< double > Struct Template Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Collaboration diagram for llvm::itanium_demangle::FloatData< double >:
Collaboration graph
[legend]

Static Public Attributes

static const size_t mangled_size = 16
 
static const size_t max_demangled_size = 32
 
static constexpr const charspec = "%a"
 

Detailed Description

template<>
struct llvm::itanium_demangle::FloatData< double >

Definition at line 4876 of file ItaniumDemangle.h.

Member Data Documentation

◆ mangled_size

const size_t llvm::itanium_demangle::FloatData< double >::mangled_size = 16
static

Definition at line 4878 of file ItaniumDemangle.h.

◆ max_demangled_size

const size_t llvm::itanium_demangle::FloatData< double >::max_demangled_size = 32
static

Definition at line 4879 of file ItaniumDemangle.h.

◆ spec

constexpr const char* llvm::itanium_demangle::FloatData< double >::spec = "%a"
static

Definition at line 4880 of file ItaniumDemangle.h.


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