Clementine
Public Types | List of all members
asio::is_endpoint_sequence< T > Struct Template Reference

Type trait used to determine whether a type is an endpoint sequence that can be used with with connect and async_connect. More...

#include <connect.hpp>

Public Types

enum  { value = detail::has_iterator_typedef<T>::value }
 

Detailed Description

template<typename T>
struct asio::is_endpoint_sequence< T >

Type trait used to determine whether a type is an endpoint sequence that can be used with with connect and async_connect.


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