template <typename T>

class Container

Defined at line 24 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h

Public Methods

void Container<T> (Container<T> && )

Defined at line 38 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h

Container<T> & operator= (Container<T> && )

Defined at line 40 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h

template <class Diagnostics, typename U>
bool push_back (Diagnostics & diagnostics, std::string_view error, U && value)

Defined at line 43 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h

template <class Diagnostics, typename U>
bool insert (Diagnostics & diagnostics, std::string_view error, size_type index, U && value)

Defined at line 54 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h

template <class Diagnostics>
bool reserve (Diagnostics & diagnostics, std::string_view error, size_type capacity)

Defined at line 65 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h

template <class Diagnostics>
bool resize (Diagnostics & diagnostics, std::string_view error, size_type size)

Defined at line 76 of file ../../src/lib/elfldltl/include/lib/elfldltl/alloc-checker-container.h