MeshLib C++ Docs
Loading...
Searching...
No Matches
MRNoDefInit.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
MRMeshFwd.h
"
4
5
namespace
MR
6
{
9
10
12
template
<
typename
T>
13
struct
NoDefInit
: T
14
{
15
constexpr
NoDefInit
() noexcept : T(
noInit
) {}
16
using
T::operator=;
17
};
18
19
}
MRMeshFwd.h
MR::NoDefInit::NoDefInit
constexpr NoDefInit() noexcept
Definition
MRNoDefInit.h:15
MR::noInit
constexpr NoInit noInit
Definition
MRMeshFwd.h:98
MR
only for bindings generation
Definition
MRCameraOrientationPlugin.h:8
MRMesh
MRNoDefInit.h
Generated by
1.14.0