Molybden API
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Pages
Loading...
Searching...
No Matches
nullptr.hpp
1
// Copyright (c) 2000-2024 TeamDev. All rights reserved.
2
// TeamDev PROPRIETARY and CONFIDENTIAL.
3
// Use is subject to license terms.
4
5
#ifndef MOLYBDEN_NULLPTR_HPP
6
#define MOLYBDEN_NULLPTR_HPP
7
8
namespace
molybden {
9
namespace
internal {
10
14
template
<
class
T>
15
constexpr
T* Nullptr() {
16
return
nullptr
;
17
}
18
19
}
// namespace internal
20
}
// namespace molybden
21
22
#endif
// MOLYBDEN_NULLPTR_HPP
include
molybden
base
internal
nullptr.hpp