|
3ds Max C++ API Reference
|
#include <type_traits>Namespaces | |
| namespace | MaxSDK |
| An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );. | |
Functions | |
| template<typename T1, typename T2> | |
| constexpr auto | min (const T1 &a, const T2 &b) noexcept |
| template<typename T1, typename T2> | |
| constexpr auto | max (const T1 &a, const T2 &b) noexcept |