|
opynsim
Unofficial C++ Documentation
|
#include <liboscar/graphics/color_component.h>#include <liboscar/maths/vector.h>#include <concepts>#include <cstddef>#include <utility>Go to the source code of this file.
Classes | |
| struct | osc::Rgb< T > |
| struct | std::tuple_size< osc::Rgb< T > > |
| struct | std::tuple_element< I, osc::Rgb< T > > |
Namespaces | |
| namespace | osc |
Functions | |
| template<size_t I, typename T > | |
| constexpr const T & | osc::get (const Rgb< T > &v) |
| template<size_t I, typename T > | |
| constexpr T & | osc::get (Rgb< T > &v) |
| template<size_t I, typename T > | |
| constexpr T && | osc::get (Rgb< T > &&v) |
| template<size_t I, typename T > | |
| constexpr const T && | osc::get (const Rgb< T > &&v) |