Static Public Member Functions | List of all members
art::detail::CanBeAggregated< T, std::enable_if_t< std::is_arithmetic< T >::value > > Struct Template Reference

#include <aggregate.h>

Inheritance diagram for art::detail::CanBeAggregated< T, std::enable_if_t< std::is_arithmetic< T >::value > >:

Static Public Member Functions

static void aggregate (T &p, T const other)
 

Detailed Description

template<typename T>
struct art::detail::CanBeAggregated< T, std::enable_if_t< std::is_arithmetic< T >::value > >

Definition at line 64 of file aggregate.h.

Member Function Documentation

template<typename T >
static void art::detail::CanBeAggregated< T, std::enable_if_t< std::is_arithmetic< T >::value > >::aggregate ( T &  p,
T const  other 
)
inlinestatic

Definition at line 67 of file aggregate.h.

68  {
69  p += other;
70  }
p
Definition: test.py:223

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