Claw 1.7.0
Public Types
claw::meta::type_list_find< T, List > Struct Template Reference

Check if a type is present in a type_list. More...

#include <type_list.hpp>

List of all members.

Public Types

enum  { result = same_type<T, T, result = same_type<T }

Detailed Description

template<typename T, typename List>
struct claw::meta::type_list_find< T, List >

Check if a type is present in a type_list.

Template paramters

Type requirements

Author:
Julien Jorge

Definition at line 354 of file type_list.hpp.


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