Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RooFit::Detail::FlatMap< Key_t, Val_t > Struct Template Reference

template<class Key_t, class Val_t>
struct RooFit::Detail::FlatMap< Key_t, Val_t >

Definition at line 494 of file RooGlobalFunc.h.

Public Attributes

std::vector< Key_t > keys
std::vector< Val_t > vals

#include <RooGlobalFunc.h>

Member Data Documentation

◆ keys

template<class Key_t, class Val_t>
std::vector<Key_t> RooFit::Detail::FlatMap< Key_t, Val_t >::keys

Definition at line 495 of file RooGlobalFunc.h.

◆ vals

template<class Key_t, class Val_t>
std::vector<Val_t> RooFit::Detail::FlatMap< Key_t, Val_t >::vals

Definition at line 496 of file RooGlobalFunc.h.


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