cxxbridge-cmd 1.0.194

C++ code generator for integrating `cxx` crate into a non-Cargo build.
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include "../../../include/cxx.h"

namespace rust {
inline namespace cxxbridge1 {
template <typename T>
class Slice<T>::uninit {};
//
template <typename T>
inline Slice<T>::Slice(uninit) noexcept {}
} // namespace cxxbridge1
} // namespace rust