VCCC
2024.05
VisualCamp Common C++ library
inline_or_static.hpp
Go to the documentation of this file.
1
//
2
// Created by yonggyulee on 2023/12/25.
3
//
4
5
#ifndef VCCC_CORE_INLINE_OR_STATIC_HPP_
6
#define VCCC_CORE_INLINE_OR_STATIC_HPP_
7
8
#if __cplusplus < 201703L
9
#define VCCC_INLINE_OR_STATIC static
10
#else
11
#define VCCC_INLINE_OR_STATIC inline
12
#endif
13
14
#endif
// VCCC_CORE_INLINE_OR_STATIC_HPP_
include
vccc
__core
inline_or_static.hpp
Generated by
1.9.1