로딩중...
검색중...
일치하는것 없음
typeTrait.hpp 파일 참조
#include <type_traits>
#include "indep/common/typedef.hpp"

이 파일의 소스 코드 페이지로 가기

클래스

struct  by::typeTrait< T >
 Type trait utilities for template metaprogramming 더 자세히 ...
 
struct  by::typeTrait< T & >
 
struct  by::typeTrait< void >
 
struct  by::typeTrait< T * >
 
struct  by::typeTrait< void * >
 

함수

template<typename T >
auto by::nul (T &&it) -> decltype(typeTrait< std::remove_reference_t< std::decay_t< T > > >::isNul(it))