stator
A math, geometry, and utility library
Classes | Functions
stator::orphan::detail Namespace Reference

Classes

struct  get_static_list_item_helper
 
struct  get_static_list_item_helper< Index, ListIndex, static_list< T, Head, Tail... > >
 
struct  replace_static_list_item_helper
 
struct  replace_static_list_item_helper< T, Index, Index, static_list< T, NewItems... >, static_list< T, Head, Tail... >, Value >
 
struct  replace_static_list_item_helper< T, Index, ListIndex, static_list< T, NewItems... >, static_list< T, Head, Tail... >, Value >
 
struct  reverse_static_list_helper
 
struct  reverse_static_list_helper< T, static_list< T, ReverseItems... >, static_list< T > >
 
struct  reverse_static_list_helper< T, static_list< T, ReverseItems... >, static_list< T, Head, Tail... > >
 
struct  split_static_list_helper
 
struct  split_static_list_helper< Index, ListIndex, static_list< T, FirstItems... >, static_list< T >, static_list< T, Head, Tail... >, false >
 
struct  split_static_list_helper< Index, ListIndex, static_list< T, FirstItems... >, static_list< T, SecondItems... >, static_list< T >, Split >
 
struct  split_static_list_helper< Index, ListIndex, static_list< T, FirstItems... >, static_list< T, SecondItems... >, static_list< T, Head, Tail... >, true >
 
struct  static_foreach_helper
 
struct  static_foreach_helper< End, End, static_list< T, ListItems... > >
 
struct  static_foreach_helper< Index, End, static_list< T, ListItems... > >
 
struct  static_list_helper
 
struct  static_list_helper< T, static_list< T, ListItems... > >
 
struct  static_list_helper< T, static_list< T, ListItems... >, Head, Tail... >
 

Functions

template<std::size_t I = 0, typename... Tp>
std::enable_if< I==sizeof...(Tp), void >::type tuple_print (const std::tuple< Tp... > &t, std::ostream &os)
 

Function Documentation

◆ tuple_print()

template<std::size_t I = 0, typename... Tp>
std::enable_if<I == sizeof...(Tp), void>::type stator::orphan::detail::tuple_print ( const std::tuple< Tp... > &  t,
std::ostream &  os 
)
inline

Definition at line 168 of file stack_vector.hpp.