OpenKalman
Classes | Namespaces | Variables
size_of.hpp File Reference

Definition for collections::size_of. More...

#include <type_traits>
#include "basics/global-definitions.hpp"
#include "values/concepts/fixed.hpp"
#include "values/traits/fixed_number_of.hpp"
#include "collections/concepts/sized.hpp"
#include "collections/functions/get_size.hpp"
Include dependency graph for size_of.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::collections::size_of< T, typename >
 The size of a sized object (including a collection). More...
 
struct  OpenKalman::collections::size_of< T, std::enable_if_t< values::fixed< decltype(get_size(std::declval< T >()))> > >
 

Namespaces

 OpenKalman::collections
 Namespace for collections.
 

Variables

template<typename T >
constexpr std::size_t OpenKalman::collections::size_of_v = size_of<T>::value
 Helper for collections::size_of.
 

Detailed Description

Definition for collections::size_of.