OpenKalman
Namespaces | Variables
sized.hpp File Reference

Definition for collections::sized. More...

#include "basics/basics.hpp"
#include "collections/functions/get_size.hpp"
Include dependency graph for sized.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Variables

template<typename T >
constexpr bool OpenKalman::collections::sized
 An object (std::ranges::sized_range, std::tuple, std::span, etc.) that has a discernible size. More...
 

Detailed Description

Definition for collections::sized.