|
#include <string>
#include <string_view>
#include <array>
#include <utility>
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 () |