Open CASCADE Technology
7.8.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
c
e
f
g
h
i
m
o
r
s
t
u
v
Variables
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
c
d
g
o
p
Files
File List
Globals
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
z
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
src
NCollection
Macros
NCollection_DefineHasher.hxx File Reference
Macros
#define
DEFINE_HASHER
(HasherName, TheKeyType, HashFunctor, EqualFunctor)
Macro Definition Documentation
◆
DEFINE_HASHER
#define DEFINE_HASHER
(
HasherName,
TheKeyType,
HashFunctor,
EqualFunctor
)
Value:
struct
HasherName :
protected
HashFunctor, EqualFunctor \
{ \
size_t
operator()(
const
TheKeyType& theKey)
const
noexcept
\
{ \
return
HashFunctor::operator()(theKey); \
} \
\
bool
operator() (
const
TheKeyType& theK1, \
const
TheKeyType& theK2)
const
noexcept
\
{ \
return
EqualFunctor::operator()(theK1, theK2); \
} \
};
Generated by
1.9.8