CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
Public Types
claw::meta::split_type_list_at< Delimiter, no_type > Struct Template Reference

Specialisation of split_type_list_at for an empty list or the case where the delimiter is no_type. More...

#include <type_list.hpp>

List of all members.

Public Types

typedef no_type left_part_type
typedef no_type right_part_type

Detailed Description

template<typename Delimiter>
struct claw::meta::split_type_list_at< Delimiter, no_type >

Specialisation of split_type_list_at for an empty list or the case where the delimiter is no_type.

Definition at line 78 of file type_list.hpp.


Member Typedef Documentation

template<typename Delimiter >
typedef no_type claw::meta::split_type_list_at< Delimiter, no_type >::left_part_type

Definition at line 80 of file type_list.hpp.

template<typename Delimiter >
typedef no_type claw::meta::split_type_list_at< Delimiter, no_type >::right_part_type

Definition at line 81 of file type_list.hpp.


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