Go to the source code of this file.
|
| template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types> |
| void | VisitorHelper (Visitor &, TypeListContainerStorage< UnderlyingContainer, Types... > &) |
| |
| template<class Visitor , template< typename > typename UnderlyingContainer, typename First , typename... Types> |
| void | VisitorHelper (Visitor &v, TypeListContainerStorage< UnderlyingContainer, First, Types... > &c) |
| |
| template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types> |
| void | VisitorHelper (Visitor &v, TypeListContainer< UnderlyingContainer, Types... > &c) |
| |
◆ VisitorHelper() [1/3]
template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types>
◆ VisitorHelper() [2/3]
template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types>
| void VisitorHelper |
( |
Visitor & |
v, |
|
|
TypeListContainer< UnderlyingContainer, Types... > & |
c |
|
) |
| |
|
inline |
◆ VisitorHelper() [3/3]
template<class Visitor , template< typename > typename UnderlyingContainer, typename
First , typename... Types>