OpenKalman
|
Definition for collections::get_size. More...
#include "basics/compatibility/language-features.hpp"
#include "basics/compatibility/views.hpp"
#include "values/concepts/fixed.hpp"
#include "collections/concepts/sized.hpp"
Go to the source code of this file.
Namespaces | |
OpenKalman::collections | |
Namespace for collections. | |
Functions | |
template<typename Arg , std::enable_if_t< sized< Arg >, int > = 0> | |
constexpr auto | OpenKalman::collections::get_size (Arg &&arg) |
Get the size of a sized object (e.g, a collection) | |
Definition for collections::get_size.