Nano
A C++ template metaprogramming library
nano::size_of< Container, Types > Struct Template Reference

Gets the number of types in a container. More...

#include <functions.hpp>

Detailed Description

template<typename Container, typename... Types>
struct nano::size_of< Container, Types >

Gets the number of types in a container.

Template Parameters
ContainerThe container (list, range etc...) to get the size of
TypesThe types that are the elements of the container

The documentation for this struct was generated from the following file: