ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
Loading...
Searching...
No Matches
smartptr::UniquePtr Struct Reference

고유 소유권을 가지는 Unique Pointer 구조체. More...

#include <smartptr.hpp>

Public Attributes

void * ptr = nullptr
 실제 데이터 포인터
 
void(* deleter )(void *)=default_deleter
 메모리 해제 함수
 

Detailed Description

고유 소유권을 가지는 Unique Pointer 구조체.


The documentation for this struct was generated from the following file: