Apache Mesos
|
#include <stdarg.h>
#include <stdio.h>
#include <string>
#include <type_traits>
#include <stout/error.hpp>
#include <stout/stringify.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
Namespaces | |
strings | |
strings::internal | |
Functions | |
Try< std::string > | strings::internal::format (const std::string &fmt, va_list args) |
Try< std::string > | strings::internal::format (const std::string fmt,...) |
template<typename... T> | |
Try< std::string > | strings::format (const std::string &s, const T &...t) |