NeKernel dev
Loading...
Searching...
No Matches
OwnPtr.h File Reference
#include <NeKit/Config.h>
#include <NeKit/ErrorOr.h>
#include <NeKit/KernelPanic.h>
#include <NeKit/Ref.h>

Go to the source code of this file.

Classes

class  Kernel::OwnPtr< T >

Namespaces

namespace  Kernel
 UPS inline definitions.

Typedefs

template<typename T>
using Kernel::OwnOr = ErrorOr<OwnPtr<T>>

Functions

template<typename T, typename... Args>
OwnPtr< T > Kernel::make_ptr (Args &&... args)