Project
Loading...
Searching...
No Matches
o2::rans::internal::makeHistogram< histogram_T > Struct Template Reference

#include <factory.h>

Public Types

template<typename source_T >
using histogram_type = histogram_T< source_T >
 

Static Public Member Functions

template<typename source_IT >
static decltype(auto) fromSamples (source_IT begin, source_IT end)
 
template<typename source_T >
static decltype(auto) fromSamples (gsl::span< const source_T > range)
 

Detailed Description

template<template< class... types > class histogram_T>
struct o2::rans::internal::makeHistogram< histogram_T >

Definition at line 59 of file factory.h.

Member Typedef Documentation

◆ histogram_type

template<template< class... types > class histogram_T>
template<typename source_T >
using o2::rans::internal::makeHistogram< histogram_T >::histogram_type = histogram_T<source_T>

Definition at line 62 of file factory.h.

Member Function Documentation

◆ fromSamples() [1/2]

template<template< class... types > class histogram_T>
template<typename source_T >
static decltype(auto) o2::rans::internal::makeHistogram< histogram_T >::fromSamples ( gsl::span< const source_T range)
inlinestatic

Definition at line 75 of file factory.h.

◆ fromSamples() [2/2]

template<template< class... types > class histogram_T>
template<typename source_IT >
static decltype(auto) o2::rans::internal::makeHistogram< histogram_T >::fromSamples ( source_IT  begin,
source_IT  end 
)
inlinestatic

Definition at line 65 of file factory.h.


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