#include <any_ref.hpp>
Public Member Functions | |
constexpr | any_holder (T &&obj) |
constexpr const T & | get () const noexcept |
constexpr T & | get () noexcept |
Private Attributes | |
T | _obj |
Definition at line 15 of file any_ref.hpp.
|
inlineexplicitconstexpr |
Definition at line 51 of file any_ref.hpp.
|
inlineconstexprnoexcept |
Definition at line 57 of file any_ref.hpp.
|
inlineconstexprnoexcept |
Definition at line 53 of file any_ref.hpp.
|
private |
Definition at line 63 of file any_ref.hpp.