|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <bwf_ex.h>

Public Types | |
| using | arg_pack = std::tuple<Args...> |
| The pack of arguments for format string. | |
Public Member Functions | |
| SubText (TextView const &fmt, arg_pack const &args) | |
| Construct with a specific fmt and args. | |
| bool | operator! () const |
| Check for output not enabled. | |
| operator bool () const | |
| Check for output enabled. | |
Public Attributes | |
| TextView | _fmt |
| Format string. If empty, do not generate output. | |
| arg_pack | _args |
| Arguments to format string. | |
Wrapper for a sub-text, where the args are output according to fmt.
| Args | Argument types. |
| using swoc::bwf::SubText< Args >::arg_pack = std::tuple<Args...> |
|
inline |
|
explicit |
| bool swoc::bwf::SubText< Args >::operator! | ( | ) | const |
| arg_pack swoc::bwf::SubText< Args >::_args |
| TextView swoc::bwf::SubText< Args >::_fmt |