ctti.h File Reference
#include <string>
#include <string_view>
#include <array>
#include <utility>
+ Include dependency graph for ctti.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  type_name_holder< T >
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::meta
 

Functions

template<std::size_t... Idxs>
constexpr auto substring_as_array (std::string_view str, std::index_sequence< Idxs... >)
 
template<typename T >
constexpr auto type_name () -> std::string_view
 
template<typename T >
constexpr auto type_name_array ()