Boost.URL
Report an Issue

Boost.URL

    • Quick Look
    • URLs
      • Parsing
      • Containers
      • Segments
      • Params
      • Normalization
      • String Token
      • Percent Encoding
      • Formatting
    • Customization
      • Parse Rules
      • Character Sets
      • Compound Rules
      • Ranges
      • RFC 3986
    • Concepts
      • CharSet
      • Rule
      • StringToken
    • Examples
      • QR Code
      • Finicky
      • mailto URLs
      • Magnet Link
      • File Router
      • Router
      • Sanitizing URLs
    • Reference
    • Help Card
Boost.URL default
  • Boost.URL
    • default
  • Boost.URL
  • Class is_streamable

Class is_streamable

Synopsis

Declared in header <test_suite.hpp>

template<class T>
struct is_streamable<T, void_t<decltype(std::declval<
                std::ostream&>() << std::declval<T&>())>>
    : std::true_type;

Types

Name

Description

type

value_type

Member Functions

Name

Description

operator std::integral_constant::value_type

operator()

Static Data Members

Name

Description

value

This page was built using the Antora default UI.

The source code for this UI is licensed under the terms of the MPL-2.0 license.

https://github.com/cppalliance/site-docs