Skip to content

mirandaconrado/compile-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile Utils

Set of C++ compile utilities I've found or created.

All utilities come in their own headers and have an associated cpp file with an example of use. Currently the following are available:

  • clean_tuple: tuple with only the basic types (no const, no refs);
  • function_traits: easy access to function characteristics, similar to boost::function_types;
  • is_tuple_convertible: checks if each type of a tuple and be converted to the types of the other;
  • remove_ith_type: removes the given type from a tuple;
  • repeated_tuple: builds a tuple with N copies of the same type;
  • sequence: creates sequences to make easier to work with tuples.

About

Set of C++ compile utilities I've found or created.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages