anchor.h
Go to the documentation of this file.
1 #ifndef ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
2 #define ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
3 
4 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
5 #pragma once
6 #endif
7 
8 #include <cstddef>
9 
10 namespace YAML_PM
11 {
12  typedef std::size_t anchor_t;
13  const anchor_t NullAnchor = 0;
14 }
15 
16 #endif // ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
std::size_t anchor_t
Definition: anchor.h:12
const anchor_t NullAnchor
Definition: anchor.h:13


libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:36:30