MRPT
2.0.1
lib_mrpt_typemeta.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See details in https://www.mrpt.org/License |
8
+---------------------------------------------------------------------------+
9
*/
10
11
/** \defgroup mrpt_typemeta_grp [mrpt-typemeta]
12
13
Metaprogramming header-only library to obtain `constexpr` textual string
14
representations of enum types and type names, including smart pointers and
15
complex STL compound types.
16
17
<small> <a href="index.html#libs">Back to list of all libraries</a> | <a
18
href="modules.html" >See all modules</a> </small> <br>
19
20
[TOC]
21
22
# Library `mrpt-typemeta`
23
<small> [New in MRPT 2.0.0] </small>
24
25
This library is part of MRPT but has no dependencies, so it can be installed
26
in Debian-based systems with:
27
28
sudo apt install libmrpt-typemeta-dev
29
30
See: \ref mrpt_from_cmake
31
32
33
## Example #1: compile-time type/struct/class names to strings
34
Use mrpt::typemeta::TTypeName to extract a `constexpr` string with a
35
compiler-independent representation of arbitrarily-complex types and STL
36
containers. Note that creating objects from a run-time string representation of
37
its type is handled in a different library (\ref mrpt_serialization_grp).
38
39
See: \ref typemeta_TTypeName/test.cpp
40
\snippet typemeta_TTypeName/test.cpp example typename
41
Output:
42
\include typemeta_TTypeName/console.out
43
44
## Example #2: compile-time constexpr strings manipulation
45
See: \ref typemeta_StaticString/test.cpp
46
\snippet typemeta_StaticString/test.cpp example sstring
47
Output:
48
\include typemeta_StaticString/console-sstring.out
49
50
## Example #3: compile-time numbers to strings
51
See: \ref typemeta_StaticString/test.cpp
52
\snippet typemeta_StaticString/test.cpp example num2str
53
Output:
54
\include typemeta_StaticString/console-num2str.out
55
56
## Example #4: enum values to/from strings
57
See: \ref typemeta_TEnumType/test.cpp
58
\snippet typemeta_TEnumType/test.cpp example
59
Output:
60
\include typemeta_TEnumType/console.out
61
62
*/
Page generated by
Doxygen 1.8.14
for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020