repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc++][NFC] Simplify the implementation of string and string_views operator== ...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
PR26014
/
B.h
blob
58d1f8ff2a3f52cbb53e7927d155953d4613179a
1
#ifndef _LIBCPP_TYPE_TRAITS
2
#define _LIBCPP_TYPE_TRAITS
3
4
template
<
class
_Tp
>
5
struct
underlying_type
6
{
7
typedef
__underlying_type
(
_Tp
)
type
;
8
};
9
10
#endif
// _LIBCPP_TYPE_TRAITS