![]() |
The Gaudi Framework
v30r1 (5d4f4ae2)
|

Go to the source code of this file.
Classes | |
| struct | Gaudi::cpp17::details::void_t_<... > |
| struct | Gaudi::cpp17::details::detector< Default, AlwaysVoid, Op, Args > |
| Implementation of the detection idiom (negative case). More... | |
| struct | Gaudi::cpp17::details::detector< Default, void_t< Op< Args... > >, Op, Args... > |
| Implementation of the detection idiom (positive case). More... | |
Namespaces | |
| Gaudi | |
| Helper functions to set/get the application return code. | |
| Gaudi::cpp17 | |
| Gaudi::cpp17::details | |
Typedefs | |
| template<typename... T> | |
| using | Gaudi::cpp17::details::void_t = typename void_t_< T... >::type |
| template<typename Default , template< typename... > class Op, typename... Args> | |
| using | Gaudi::cpp17::detected_or_t = typename details::detector< Default, void, Op, Args... >::type |