y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
Loading...
Searching...
No Matches
what.cc File Reference
#include "y3c/what.h"
#include <sstream>
Include dependency graph for what.cc:

Namespaces

namespace  y3c
 
namespace  y3c::internal
 
namespace  y3c::internal::what
 

Functions

std::string ub_out_of_range (std::size_t size, std::ptrdiff_t index)
 
std::string ub_out_of_range (std::size_t size, std::ptrdiff_t begin, std::ptrdiff_t end)
 
const char * ub_access_deleted ()
 
const char * ub_access_nullptr ()
 
const char * ub_wrong_iter ()
 
const char * ub_invalid_iter ()
 
const char * ub_iter_after_end ()
 
const char * ub_iter_before_begin ()