Template Class Storage< T, 2 >

Class Documentation

template<typename T>
class Storage<T, 2>

Public Functions

inline Storage()
inline Storage(T x, T y)
Storage(const Storage&) = default
Storage(Storage&&) noexcept = default
Storage &operator=(Storage&&) noexcept = default
inline std::pair<T, T> asPair() const noexcept

Protected Attributes

std::array<T, 2> data