Wildmeshing Toolkit
remove_void_types.hpp File Reference
#include <tuple>
#include "concatenate_types.hpp"
Include dependency graph for remove_void_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wmtk::utils::metaprogramming::tuple::detail::remove_void<... >
 
struct  wmtk::utils::metaprogramming::tuple::detail::remove_void< void >
 
struct  wmtk::utils::metaprogramming::tuple::detail::remove_void< T >
 
struct  wmtk::utils::metaprogramming::tuple::detail::remove_void_tuple< T, RemainingTuple >
 
struct  wmtk::utils::metaprogramming::tuple::detail::remove_void_tuple< T, std::tuple< Ts... > >
 
struct  wmtk::utils::metaprogramming::tuple::detail::remove_void< T, Ts... >
 

Namespaces

 wmtk
 
 wmtk::utils
 
 wmtk::utils::metaprogramming
 
 wmtk::utils::metaprogramming::tuple
 
 wmtk::utils::metaprogramming::tuple::detail
 

Typedefs

template<typename... Ts>
using wmtk::utils::metaprogramming::tuple::detail::remove_void_t = typename remove_void< Ts... >::type
 
template<typename... Ts>
using wmtk::utils::metaprogramming::tuple::remove_void_types_t = detail::remove_void_t< Ts... >