Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

unit_test::suite_list
PrevUpHomeNext

A container of test suites.

Synopsis

Defined in header <boost/beast/_experimental/unit_test/suite_list.hpp>

class suite_list :
    public detail::const_container< std::set< suite_info > >
Member Functions

Name

Description

insert

Insert a suite into the set.


PrevUpHomeNext