로딩중...
검색중...
일치하는것 없음
by::typeTrait< T > 구조체 템플릿 참조

Type trait utilities for template metaprogramming 더 자세히 ...

#include <typeTrait.hpp>

Public 타입

typedefOrg
 
typedef T & Ref
 
typedef T * Ptr
 

정적 Public 멤버 함수

staticret ()
 
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
 

상세한 설명

template<typename T>
struct by::typeTrait< T >

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.


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: