|
NSVD Reader
0.0.1
|
#include <derived_from_helper.hpp>
Public Types | |
| using | type = typename std::remove_const< typename VALUE::type >::type |
Public Member Functions | |
| template<typename O > | |
| derived_from_helper (const O &o) | |
| operator bool () const noexcept | |
| auto | operator * () const noexcept -> decltype(ptr->get()) |
Public Attributes | |
| const VALUE * | ptr |
Definition at line 83 of file derived_from_helper.hpp.
| using nodamushi::svd::normalized::derived_from_helper< SVD, VALUE, MEMBER >::type = typename std::remove_const<typename VALUE::type>::type |
Definition at line 85 of file derived_from_helper.hpp.
|
inline |
Definition at line 90 of file derived_from_helper.hpp.
|
inlinenoexcept |
Definition at line 110 of file derived_from_helper.hpp.
|
inlinenoexcept |
Definition at line 109 of file derived_from_helper.hpp.
| const VALUE* nodamushi::svd::normalized::derived_from_helper< SVD, VALUE, MEMBER >::ptr |
Definition at line 87 of file derived_from_helper.hpp.