Nano
A C++ template metaprogramming library
Classes | Namespaces
numeric_types.hpp File Reference

Header file for static numeric types to use for meta functions. More...

#include <cstdlib>
Include dependency graph for numeric_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nano::size_t< Value >
 Wrapper around size_t for static size_t types used by metaclass and metafunctions in nano. More...
 
struct  nano::int_t< Value >
 Wrapper around int for static int types used by metaclass and metafunctions in nano. More...
 

Namespaces

 nano
 

Detailed Description

Header file for static numeric types to use for meta functions.