- Jan 23, 2020
-
-
Tomáš Jakubec authored
To achieve the maximal efficiency of traits approach is necessary to change name type from std::string to const char*. Moreover, I had to make the default trait public in another way. There is a function creating and returning the generated Trait. At first sight is seemed to me as bad idea, but the compiler can not work so efficiently with it. Thus, it is better to have static function which generates the object of traits.
-
- Jan 17, 2020
-
-
Tomáš Jakubec authored
-
- Jan 03, 2020
-
-
Tomáš Jakubec authored
-
- Nov 22, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Nov 20, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Nov 19, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Oct 07, 2019
-
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
Tomáš Jakubec authored
-
- Oct 04, 2019
-
-
Tomáš Jakubec authored
- consolelogger.h to only detect whether begin member function exists - refactor of coordinates from pointer to std::array
-
Tomáš Jakubec authored
-
- Oct 03, 2019
-
-
Tomáš Jakubec authored
whether the varible is iterable and then writes the content of the container.
-