Lodestar
An integrated real-time control package in C++
ls::aux::TemplateTools Class Reference

Classes

struct  appendToTypeSequence
 
struct  appendToTypeSequence< T, TT< Ts... > >
 
struct  concatenate
 
struct  concatenate<::std::tuple< TFirst... >, ::std::tuple< TSecond... > >
 
class  Executors
 
struct  repeat
 
struct  repeat< T, 0, TT >
 
struct  wrap
 
struct  wrap< TType, TWrapper, false >
 
struct  wrap< TType, TWrapper, true >
 

Static Public Member Functions

template<typename T , int ... Is>
constexpr static std::array< T, sizeof...(Is)> create_array_impl (T value, IndexSequence< Is... >)
 
template<int N, typename T >
constexpr static std::array< T, N > create_array (const T &value)
 

The documentation for this class was generated from the following file: