![]() |
The Gaudi Framework
v30r1 (5d4f4ae2)
|
Classes | |
| struct | composer_t |
| struct | composer_t< lambda_t > |
| struct | composer_t< lambda_t, more_lambda_ts... > |
Functions | |
| template<typename C > | |
| constexpr auto | size (const C &c) noexcept(noexcept(c.size())) -> decltype(c.size()) |
| template<typename T , std::size_t N> | |
| constexpr auto | size (const T(&array)[N]) noexcept |
| template<typename T , typename... Args> | |
| constexpr auto | size (const T &, Args &&...) noexcept |
| template<class T > | |
| std::remove_const_t< T > * | nonConst (T *p) |
| Cast a pointer to a non const type. More... | |
| std::remove_const_t<T>* details::nonConst | ( | T * | p | ) |
Cast a pointer to a non const type.
Definition at line 21 of file GaudiHandle.h.
|
noexcept |
Definition at line 12 of file AnyDataWrapper.h.
|
noexcept |
Definition at line 18 of file AnyDataWrapper.h.
|
noexcept |
Definition at line 24 of file AnyDataWrapper.h.