OSVR-Core
|
Header including all of a simple C++11 template-parameter-pack-based metaprogramming library inspired by/based on Eric Niebler's meta
More...
#include "Always.h"
#include "And.h"
#include "Apply.h"
#include "ApplyList.h"
#include "Bool.h"
#include "CoerceList.h"
#include "Compose.h"
#include "Concat.h"
#include "Contains.h"
#include "Defer.h"
#include "FindFirst.h"
#include "Fold.h"
#include "HasType.h"
#include "Head.h"
#include "If.h"
#include "Length.h"
#include "List.h"
#include "Not.h"
#include "Or.h"
#include "PushBack.h"
#include "PushFront.h"
#include "Quote.h"
#include "QuoteTrait.h"
#include "Size.h"
#include "SizeT.h"
#include "SplitList.h"
#include "T.h"
#include "Tail.h"
#include "Transform.h"
#include "TypeKeyedMap.h"
#include "TypeKeyedTuple.h"
#include "Void.h"
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::typepack | |
A simple argument-pack-based metaprogramming library, inspired by and based partially on https://ericniebler.github.io/meta. | |
Header including all of a simple C++11 template-parameter-pack-based metaprogramming library inspired by/based on Eric Niebler's meta