Type trait utilities for template metaprogramming 더 자세히 ...
#include <typeTrait.hpp>
Public 타입 | |
| typedef T | Org |
| typedef T & | Ref |
| typedef T * | Ptr |
정적 Public 멤버 함수 | |
| static T | ret () |
| static bool | isNul (T) |
정적 Public 속성 | |
| static constexpr nbool | is_ptr = false |
| static constexpr nbool | is_ref = false |
| static constexpr nbool | is_like_ptr = is_ptr |
Type trait utilities for template metaprogramming
Provides type trait information and utilities for various types including pointers, references, and void types. Includes null checking and default value generation.