Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::basic_static_string (11 of 12 overloads)

Construct a basic_static_string.

Synopsis
template<
    typename T,
    [role red error.class-detail-template.1][role red error.class-detail-template.2] = detail::enable_if_viewable_t<T, CharT, Traits>>
BOOST_STATIC_STRING_CPP14_CONSTEXPR
basic_static_string(
    const T& t);
Description

Construct from a object convertible to string_view_type


PrevUpHomeNext