|
uvw
1.6.0
|
Wrapper class for underlying types. More...
#include <underlying_type.hpp>

Public Member Functions | |
| Loop & | loop () const noexcept |
| Gets the loop from which the resource was originated. More... | |
Static Public Member Functions | |
| template<typename... Args> | |
| static std::shared_ptr< T > | create (Args &&... args) |
| Creates a new resource of the given type. More... | |
Wrapper class for underlying types.
It acts mainly as a wrapper around data structures of the underlying library.
Definition at line 19 of file underlying_type.hpp.
|
inlinestatic |
Creates a new resource of the given type.
| args | Arguments to be forwarded to the actual constructor (if any). |
Definition at line 77 of file underlying_type.hpp.
|
inlinenoexcept |
Gets the loop from which the resource was originated.
Definition at line 85 of file underlying_type.hpp.
1.8.13