Template Struct blob_
Defined in File rapidyaml-0.5.0.hpp
Struct Documentation
-
template<class T>
struct blob_ Public Functions
-
inline C4_ALWAYS_INLINE blob_() noexcept
- C4_ALWAYS_INLINE blob_ & operator= (blob_ &&that) noexcept=default
- C4_ALWAYS_INLINE blob_ & operator= (blob_ const &that) noexcept=default
- template<class U, _C4_REQUIRE_NOT_SAME> inline C4_ALWAYS_INLINE blob_ & operator= (U &var) noexcept
- template<class U, size_t N> inline C4_ALWAYS_INLINE blob_ & operator= (U(&arr)[N]) noexcept
-
inline C4_ALWAYS_INLINE blob_(void *ptr, size_t n) noexcept
-
inline C4_ALWAYS_INLINE blob_(void const *ptr, size_t n) noexcept
-
inline C4_ALWAYS_INLINE blob_() noexcept