Belle II Software development
ScalarToClassImpl< T, a_isScalar > Struct Template Reference

Helper type function to replace a T with Scalar<T> when std::is_scalar<T>. More...

#include <Scalar.h>

Public Types

using type = T
 Base implementation just forwards the original type.
 

Detailed Description

template<class T, bool a_isScalar = false>
struct Belle2::TrackFindingCDC::ScalarToClassImpl< T, a_isScalar >

Helper type function to replace a T with Scalar<T> when std::is_scalar<T>.

Definition at line 78 of file Scalar.h.

Member Typedef Documentation

◆ type

using type = T

Base implementation just forwards the original type.

Definition at line 80 of file Scalar.h.


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