Home
last modified time | relevance | path

Searched refs:type_constant (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libc/shared/
H A Drpc_util.h41 template <class T, T v> struct type_constant { struct
49 template <class T> struct is_const : type_constant<bool, false> {}; argument
50 template <class T> struct is_const<const T> : type_constant<bool, true> {};