This website works better with JavaScript.
Начало
Каталог
Помощ
Вход
hoo2
/
utl
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
Преглед на файлове
Recursive de-referencable nil_
doc
Christos Houtouridis
преди 5 години
родител
a7885e88a9
ревизия
63a7d1607d
променени са
2 файла
, в които са
добавени 9
реда и са
изтрити 2
реда
Разделен изглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-2
include/utl/meta/integral.h
+0
-0
include/utl/meta/invoke.h
+ 9
- 2
include/utl/meta/integral.h
Целия файл
@@ -33,8 +33,15 @@
namespace utl {
namespace meta {
//! Empty type
struct nil_ { };
/*!
* Empty type
* utl::meta's nil type is not pure nil. It's a recursive "de-referencable nil.
* Each time someone applies ::type to it, he gets back nil_. This way we can prevent
* a lot of compilation errors in a wrong meta:: handling.
*/
struct nil_ {
using type = nil_;
};
//! Type alias for \p _Tp::type. Used to extract return type of metafunctions
template <typename _Tp>
include/utl/meta/utility.h → include/utl/meta/invoke.h
Целия файл
Write
Preview
Loading…
Отказ
Запис