ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::detail::accepted_decoration_types< T > Struct Template Reference

#include <Decoration.h>

Collaboration diagram for ActsTrk::detail::accepted_decoration_types< T >:

Static Public Attributes

static constexpr bool value

Detailed Description

template<typename T>
struct ActsTrk::detail::accepted_decoration_types< T >

Definition at line 37 of file Decoration.h.

Member Data Documentation

◆ value

template<typename T>
bool ActsTrk::detail::accepted_decoration_types< T >::value
staticconstexpr
Initial value:
=
std::is_same<T, float>::value or std::is_same<T, double>::value or
std::is_same<T, short>::value or std::is_same<T, int>::value or
std::is_same<T, std::uint8_t>::value or
std::is_same<T, std::uint16_t>::value or
std::is_same<T, std::uint32_t>::value or
std::is_same<T, std::uint64_t>::value or
std::is_same<T, std::int8_t>::value or
std::is_same<T, std::int16_t>::value or
std::is_same<T, std::int32_t>::value or
std::is_same<T, std::int64_t>::value

Definition at line 38 of file Decoration.h.


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