Header.
More...
#include "ApplyList.h"
#include "Or.h"
#include "Quote.h"
#include "Transform.h"
#include <type_traits>
Go to the source code of this file.
|
template<typename Haystack , typename Needle > |
using | osvr::typepack::contains = apply_list< quote< or_ >, transform< Haystack, detail::is_< Needle >>> |
| Determines if type Needle is in the list Haystack - is an alias for a type that inherits std::true_type or std::false_type.
|
|
Header.
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file Contains.h.